{!! Form::open(array('route'=>[$current_menu.'.update', $encrypt_id], 'method'=>'PUT', 'id'=>$current_menu.'-form', 'enctype'=>'multipart/form-data', 'role'=>'form')) !!}
{!! csrf_field() !!}
@endif
Edit Celebrity Picks
@if ($errors->any())-
@foreach ($errors->all() as $error)
- {{ $error }} @endforeach