@extends('admin::layouts.master')
@section('title', __('admin/page.index'))
@section('content')
@if ($errors->has('error'))
| 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') }} | |