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


All Pages
@foreach($pages as $page) @endforeach
id. Title Link Action
{{$page->id}} {{$page->title}} {{url('page/'.$page->slug)}} Delete Edit
@endsection @section('footerscript') @endsection