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

Sections

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

@endif
All Sections
@foreach ($sections as $section) @if($count % 2 == 1) @else @endif @endforeach
ID Name Type Created Updated Action
{{ $section->id }} {{ $section->name }} {{ $section->type }} {{ $section->created_at }} {{ $section->updated_at }}    
@endsection @section('extras') @endsection @section('bottom') @endsection