@if ($menus->count() != 0)
@if ($menu)
@lang('common.orSmall') @lang('admin.createNewMenu')
@endif
@endif

@lang('admin.addMenuItems')

@lang('admin.menuStructure')

@csrf

{{ $menu ? __('admin.addMenuItemHelp') : __('admin.createmenuHelp') }}

@if ($menu) @endif
@if ($menu)
@method('DELETE') @csrf
@endif @section('footer_scripts') @endsection