@include('Partials.sidebar')
@include('Partials.header')
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif

Logos

Logos

@csrf @method('PUT')

@if (isset($logoSections->logo) && !empty($logoSections->logo)) Image Preview @else @endif

@include('Partials.footer')