@extends('layouts.admin') @section('content')
Sl No | User | Title | Destination | Accommodation | Acc. hyperlink | Start Date | End Date | Participants | Created Date | Actions |
---|---|---|---|---|---|---|---|---|---|---|
{{ $loop->iteration }} | {{ $journey->user->first_name ?? '' }} {{ $journey->user->last_name ?? '' }} | {{ $journey->title }} | {{ $journey->destination }} | {{ $journey->accommodation}} | @if(!empty($journey->accommodation_link)) View @else No Link Available @endif | {{ optional($journey->start_date)->format('d M, Y') }} | {{ optional($journey->end_date)->format('d M, Y') }} | {{ $journey->participants->count() }} Participant{{ $journey->participants->count() !== 1 ? 's' : '' }} | {{ $journey->created_at->format('d M, Y - h:i A') }} | @endforeach |