@extends('layout') @section('page-title', 'Brand Statement') @section('dashboard-content')
Edit Brand Statement
@if(session('success'))
{{ session('success') }}
@endif @if(session('error') || session('failed'))
{{ session('error') ?? session('failed') }}
@endif @if($errors->any())
{{ $errors->first() }}
@endif
@csrf
The large pull-quote shown on the site. Do not include quotation marks — they are added automatically.
@endsection