@extends('backend.index') @section('content')
Create and edit pages that are rarely changed and have a permanent address
Add new page @foreach ($pages as $index => $page) @endforeach
Title User-friendly URL Created at Updated at Action
{{ $page->title }} {{ $page->alt_name }} {{ timeElapsedString($page->created_at) }} {{ timeElapsedString($page->updated_at) }}
@endsection