@extends('admin.templates.panel-form-template') @section('title') @if(isset($item)) {{__("Edit menu")}} [{{$item->name}}] @else {{__("Add new menu")}} @endif - @endsection @section('form')
@include('components.err')

{{__("Tips")}}

    @if(isset($item))
  • {{__("You can add item after create menu")}}
  • @else
  • {{__("Added items view depends on theme part")}}
  • @endif

@if(isset($item)) {{__("Edit menu")}} [{{$item->name}}] @else {{__("Add new menu")}} @endif

@if(isset($item))

{{__("Menu items")}}

@endif
@endsection