@php $number = 1; @endphp @foreach ($pages as $page) @include('pages.page.list._action-menu') @endforeach
No Action Name Slug Created On Total Section
{{ $number++ }}{{ $page['name'] ?? '' }} {{ $page['slug'] ?? '' }} {{ isset($page['created_at']) ? date('d F Y H:i', strtotime($page['created_at'])) : '' }} {{ $page['section_count'] ?? '' }}
{{-- Inject scripts --}} @section('scripts') @endsection