@extends('layouts.app') @section('title', 'Pagelayout List') @section('content')

Pagelayouts

{{-- Alert Messages --}} @include('common.alert')
All Pagelayouts
@if(count($pagelayouts)>0) @foreach ($pagelayouts as $pagelayout) @endforeach @else @endif
ID Pagelayout Name Report Category Report Template HTML File Actions
{{ $pagelayout->id }} {{ $pagelayout->page_layout_name }} {{ $pagelayout->reportSegmentCategory->segment_category_name }} {{ $pagelayout->reportTemplateCategory->template_category_name }} {{ $pagelayout->html_file }}
There are no data.
{{-- $pagelayouts->links() --}} {{ $pagelayouts->appends(request()->query())->links() }}
@include('pagelayouts.delete-modal') @endsection @push('script') @endpush