@extends('admin.layouts.app') @section('title', 'User Interface - All Sections') @section('content')

User Interface: All Sections

Each section shows where it appears and where to edit/replace content from admin.

All Page List (Quick Open)

@foreach($sections as $section) @endforeach
Section Show On Actions
{{ $section['name'] }} ({{ $section['page'] }})
@endsection @push('scripts') @endpush