@extends('layouts.app') @section('content')

Pages

Create Page
@foreach($pages as $page) @endforeach
Title Slug Created At Updated At Actions
{{ $page->title }} {{ $page->slug }} {{ $page->created_at->format('d M Y h:i A') }} {{ $page->updated_at->format('d M Y h:i A') }} Edit
@csrf @method('DELETE')
@endsection