@extends('backend.layout.master')
@section('title', __('All Pages'))
@section('style')
|
|
{{ __('ID') }} | {{ __('Title') }} | {{ __('Create Date') }} | {{ __('Status') }} | {{ __('Action') }} |
|---|---|---|---|---|---|
| |
{{ $page->id }} | {{ $page->title ?? __('Untitled') }} @if($page->id == get_static_option('home_page')) - {{__('Home Page')}} @endif | {{$page->created_at->diffForHumans()}} |
|