@extends('Backend.layouts.app') @section('styles') @endsection @section('content')
| Date | Title | Redirect Link | Image | Actions |
|---|---|---|---|---|
| {{ Carbon::parse($l->created_at)->format('Y M d H:i A')}} | {{$l->title}} | {{$l->redirect_link}} | {{-- --}} {{-- --}} {!! Form::open(['route' => ['timeline.destroy',$l->id],'method'=>'DELETE','class'=>'d-inline','onsubmit' => 'return confirm("Are you sure ?")']) !!} {!! Form::submit('Delete', array('class' => 'btn btn-sm btn-danger' )) !!} {!! Form::close() !!} |