@extends('layouts.app') @section('title', 'Landing pages') @section('content')

Landing pages

New page

@forelse($pages as $page) @empty @endforelse
Title Slug Status Updated
{{ $page->title }} {{ $page->slug }} {{ $page->status }} {{ $page->updated_at->format('M j, Y') }} @if($page->status === 'published') View @endif Edit
@csrf @method('DELETE')
No landing pages yet.
@if($pages->hasPages()) @endif
@endsection