@extends('Backend.layouts.app') @section('content')
@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
Actions
  • @if(isset($timeline)) flag Status: {{$timeline->status}} @endif score Preview: @if(isset($timeline) && $timeline->status=='Saved') Click@else No @endif
  • @if(isset($timeline)) @else @endif
@endsection