@include('layouts.partials.breadcrumb', ['title' => $title])
{{ $title }}
S.N | Title | Type | Start Date | End Date | Location | Status | Action | ||
---|---|---|---|---|---|---|---|---|---|
{{ $index + 1 }} | {{ $item->title }} | {{ $item->getMeetingType() }} | {{ $item->start_date?->format('Y-m-d h:i A') }}
({{ $item->start_date?->diffForHumans(Carbon::now()) }}) |
{{ $item->end_date?->format('Y-m-d h:i A') }}
({{ $item->end_date?->diffForHumans(Carbon::now()) }}) |
{{-- {{ Carbon::parse($item->start_time)->format('h:i A') }} | {{ Carbon::parse($item->end_time)->format('h:i A') }} | --}}{{ $item->location }} | {!! $item->status_name !!} |