@extends('layouts.modern') @section('page-title', $sfLabelPlural) @section('breadcrumb') @endsection @section('action-buttons') Create {{ $sfLabelSingular }} Refresh @endsection @section('content')
@if ($gridBuilder->hasSearchForm)
{!! $gridBuilder->formBuilder->render() !!}
@endif
@if (isset($titleSmallTxt) && !empty($titleSmallTxt))
{!! $titleSmallTxt !!}
@endif
{!! $gridBuilder->pagination() !!}
{!! $gridBuilder->render() !!}
{!! $gridBuilder->pagination() !!}
@if (isset($autoRefreshContents) && $autoRefreshContents) @push('scripts') @endpush @endif @endsection