@extends('layouts.app') @section('title', $page->title) @section('content') @push('styles') @endpush @section('content')
{{-- --}}
{{-- ===== BIG FEATURED IMAGE ===== --}} @if($page->featured_image) @endif {{-- ===== CONTENT ===== --}} @if($page->content)
{!! $page->content !!}
@endif {{-- ===== MAP SECTION ===== --}} @if($page->map_image)
{{ $page->title }} — Map
{{ $page->title }} Map
@endif {{-- ===== GALLERY SECTION ===== --}} @if($page->gallery && count($page->gallery)) @endif
@endsection