@include('Partials.sidebar') @include('Partials.header') @if ($errors->any()) @foreach ($errors->all() as $error) {{ $error }} @endforeach @endif Logos View All Logos @csrf @method('PUT') Logo Title: Choose a Logo: @if (isset($logoSections->logo) && !empty($logoSections->logo)) @else @endif Choose Image Update @include('Partials.footer')