@extends('layouts.admin') @section('title', 'Pages') @section('eyebrow', 'Content') @section('heading', 'Manage Pages') @section('content')
@foreach ($pages as $page) @endforeach
Page Slug Focus keyword Published Actions

{{ $page->name }}

{{ $page->meta_title ?: 'No custom title yet' }}

{{ $page->slug }} {{ $page->focus_keyword ?: 'Not set' }} {{ $page->is_published ? 'Published' : 'Draft' }}
@endsection