@extends('admin.layout') @section('title', 'Pages') @section('page-title', 'Pages') @section('page-subtitle', 'Edit the main pages of your website') @section('header-actions') + Add Page @endsection @section('content')
@forelse($pages as $page) @empty @endforelse
Title Slug Status Last Updated Action
{{ $page->title }} /{{ $page->slug }} {{ $page->is_active ? 'Published' : 'Draft' }} {{ $page->updated_at->format('M d, Y') }}
No pages found. Create your first page!
@endsection @push('scripts') @endpush