@include('admin.layouts.master')

Journey

Create Journey
Journey
{{--

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

--}} @foreach ($journies as $journey) @endforeach
S.No Title Header Thumbnail Status Created At Actions
{{ $loop->iteration }} {{ $journey->title }} {{ $journey->top_header }} {{ $journey->status == 1 ? 'Active' : 'Suspended' }} {{ \Carbon\Carbon::parse($journey->created_at)->format('d-m-Y h:i A') }}
Edit @csrf @method('DELETE')