@include('admin.layouts.master')

Timeline

Create timeline
Timeline
{{--

Add lightweight datatables to your project with using the Simple DataTables library. Just add .datatable class name to any table you wish to conver to a datatable

--}} {{-- --}} {{-- @dd($timelines); --}} @foreach ($timelines as $timeline) {{-- --}} @endforeach
S.No Title DescriptionMulti ImagesThumbnail Status Created At Actions
{{ $loop->iteration }} {{ $timeline->title }} {!! $timeline->description !!} @foreach ($timeline->TimelineImagesByID as $image) @endforeach {{ $timeline->status == 1 ? 'Active' : 'Suspended' }} {{ \Carbon\Carbon::parse($timeline->created_at)->format('d-m-Y h:i A') }}
Edit @csrf @method('DELETE')