@extends('layouts.app') @section('title', 'Talks Schedule') @section('content')
{{ session('success') }}
{{ session('error') }}
| Reference | Title | Date & Time | Location | Department | Status | Actions |
|---|---|---|---|---|---|---|
| {{ $talk->reference_number }} | {{ $talk->title }} |
{{ $talk->scheduled_date->format('M d, Y') }}
{{ $talk->start_time ? $talk->start_time->format('h:i A') : 'N/A' }}
|
{{ $talk->location ?? 'N/A' }} | {{ $talk->department?->name ?? 'N/A' }} | {{ ucfirst(str_replace('_', ' ', $talk->status)) }} | |
|
No talks scheduled |
||||||