@extends($layout_path) @section('title', $app_setting['name'] . ' | ' . __('Page List')) @section('header-title')

{{ __('Pages') }}

@endsection @section('content')
{{--
--}}
@foreach ($pages as $page) @endforeach
# {{ __('Page Title') }} {{ __('Slug') }} {{ __('Action') }}
{{ $loop->iteration }} {{ $page->title }} {{ $page->slug }}
@endsection