Menu *
@if ($errors->has('menu_name'))

{{ $errors->first('menu_name') }}

@endif
Banner Image
@if ($errors->has('banner_images'))

{{ $errors->first('banner_images') }}

@endif @if(isset($menus)) @if($menus->banner_images) @endif @endif
Status *
@if ($errors->has('status'))

{{ $errors->first('status') }}

@endif