@extends('admin::layouts.master') @section('title', __('admin/page.index')) @section('content') @if ($errors->has('error')) @endif
@if (count($pages_format)) @foreach ($pages_format as $page) @endforeach @else @endif
ID {{ __('common.title') }} {{ __('common.status') }} {{ __('common.created_at') }} {{ __('common.updated_at') }} {{ __('common.action') }}
{{ $page['id'] }} {{ $page['active'] ? __('common.enable') : __('common.disable') }} {{ $page['created_at'] }} {{ $page['updated_at'] }} {{ __('common.edit') }}
{{ $pages->links('admin::vendor/pagination/bootstrap-4') }}
@endsection @push('footer') @endpush