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

Sections

Sections Update Form

@csrf @method('PUT')

Current Logo
@include('Partials.footer')