{!! Form::open(array('route'=>[$current_menu.'.update', $encrypt_id], 'method'=>'PUT', 'id'=>$current_menu.'-form', 'enctype'=>'multipart/form-data', 'role'=>'form', 'onSubmit' => 'return checkPassword(this)')) !!}
{!! csrf_field() !!}
@if ($errors->has('email'))
{!! Form::close() !!}
Edit
@if ($errors->has('email'))
{{ $errors->first('email') }}
@endif
@if ($errors->has('image'))
{{ $errors->first('image') }}
@endif