@extends('residential.templates.uadmin') @section('content')

Pages

@if (session('status'))
{{ session('status') }}
@endif @if (count($errors) > 0)
Whoops! There were some problems with your input.

@endif
All Pages
@foreach ($pages as $page) @if($count % 2 == 1) @else @endif @endforeach
ID Name URL Created Updated Action
{{ $page->id }} {{ $page->name }} {{ $page->url }} {{ $page->created_at }} {{ $page->updated_at }}  
@endsection @section('extras') @endsection @section('bottom') @endsection