New Permission
@csrf
@if ($errors->has('per_menu_id'))
{{ $errors->first('per_menu_id') }}
@endif
@if ($errors->has('name'))
{{ $errors->first('name') }}
@endif