@extends('layouts.admin') @section('page', $page) @section('title', getSetting('APPLICATION_NAME') . ' | ' . $page) @section('content')
@include('include.message') @include('admin.pages.search') @foreach ($pages as $key => $value) @endforeach
{{ __('ID') }} {{ __('Title') }} {{ __('Slug') }} {{ __('Show in footer') }} {{ __('Action') }}
{{ $value->id }} {{ $value->title }} {{ $value->slug }} {{ ucfirst($value->footer) }}
{{ __('ID') }} {{ __('Title') }} {{ __('Slug') }} {{ __('Show in footer') }} {{ __('Action') }}
@endsection