@section('styles') @endsection @section('title', 'Edit Dropdown ' . ucfirst($header['menu_name'] ?? ''))

{{ __('Edit Dropdown Header ') . ucfirst($header['menu_name'] ?? '') }}

@include('partials.alerts.main')
@csrf
@if(count($dropdowns) > 0) @foreach($dropdowns as $dropdown)
{{-- @include('pages.dropdown.edit.items') --}}
@endforeach @else
{{-- @include('pages.dropdown.edit.items') --}}
@endif
@section('scripts') @endsection