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

Pages

Add Page
@foreach ($pages as $page) @endforeach
Title Slug Created At Updated At Action
{{ $page->title }} {{ $page->slug }} {{ $page->created_at }} {{ $page->updated_at }} {{-- Show --}} Edit Delete
@if ($pages->hasPages()) @endif
@endsection