@csrf
@if(isset($timeline))
@method('PATCH')
@endif
@if($errors->first('image'))
* {{$errors->first('image')}}
@endif
@if($errors->first('date'))
{{$errors->first('date')}}
@endif
@if($errors->first('title'))
{{$errors->first('title')}}
@endif
@if($errors->first('redirect_link'))
{{$errors->first('redirect_link')}}
@endif