@extends ('Layouts.Application') @section ('MainContent')

Add Menu Name Go Back

@csrf
@if ($errors->has('menu_name')) {{ $errors->first('menu_name') }} @endif
@if ($errors->has('menu_tips')) {{ $errors->first('menu_tips') }} @endif
Icon Link @if ($errors->has('icon')) {{ $errors->first('icon') }} @endif
@if ($errors->has('url')) {{ $errors->first('url') }} @endif
@if ($errors->has('active')) {{ $errors->first('active') }} @endif
@if ($errors->has('menu_of')) {{ $errors->first('menu_of') }} @endif
@if ($errors->has('position')) {{ $errors->first('position') }} @endif
@endsection