{!! Form::open(array('route'=>[$current_menu.'.update', $encrypt_id], 'method'=>'PUT', 'id'=>$current_menu.'-form', 'enctype'=>'multipart/form-data', 'role'=>'form')) !!} {!! csrf_field() !!}

Edit Role


@if ($errors->has('name'))
{{ $errors->first('name') }}
@endif

@if ($errors->has('display_name'))
{{ $errors->first('display_name') }} @endif



{!! Form::close() !!}