ID |
Pagelayout Name |
Report Category |
Report Template |
HTML File |
Actions |
@if(count($pagelayouts)>0)
@foreach ($pagelayouts as $pagelayout)
{{ $pagelayout->id }} |
{{ $pagelayout->page_layout_name }} |
{{ $pagelayout->reportSegmentCategory->segment_category_name }} |
{{ $pagelayout->reportTemplateCategory->template_category_name }} |
{{ $pagelayout->html_file }} |
|
@endforeach
@else
There are no data. |
@endif
{{-- $pagelayouts->links() --}}
{{ $pagelayouts->appends(request()->query())->links() }}