@extends('layouts.app') @section('title', $app_setting['name'] . ' | '.__('Page List')) @section('content')
@foreach ($pages as $page) @endforeach
# {{ __('Page Title') }} {{ __('Slug') }} {{ __('Action') }}
{{ $loop->iteration }} {{ $page->title }} {{ $page->slug }}
@endsection