@csrf
@if(isset($edit))
@method('PATCH')
@endif
@if($errors->first('title'))
{{$errors->first('title')}}
@endif
@if($errors->first('link_href'))
{{$errors->first('link_href')}}
@endif
@if($errors->first('media_icon'))
{{$errors->first('media_icon')}}
@endif