@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
Edit Page: {{$page->name}}
@foreach ($page_sections as $page_section) @endforeach
@if(old('name')) @else @endif
@if(old('title')) @else @endif
@if(old('url')) @else @endif
@foreach ($page_sections as $page_section)
@endforeach
@endsection @section('extras') @endsection