@extends('layouts.master', ['header' => $header]) @section('head') @parent @endsection @section('body') @parent
{!! $html->table() !!}
@endsection @section('footer') @parent {!! $html->scripts() !!} @endsection