@extends('layouts.master') @section('css') @endsection @section('content')
| Sr. No | Title | Topic | Text Color | Background Color | @if (!isset($parentSession))Event Day | Event Hall | @endifStart Time | End Time | @if (!isset($parentSession))Status | Sub Sessions | @endifAction | @if (count($eventSessions) > 0) @php $i = $eventSessions->perPage() * ($eventSessions->currentPage() - 1) + 1; @endphp @php $statuses = App\Enums\EventSessionEnum::getStatusAndColors(); $statusLabels = App\Enums\EventSessionEnum::getStatusLabels(); @endphp @foreach ($eventSessions as $eventSession)|||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ $i++ }} | {{ $eventSession->title ?? '' }} | @if ($eventSession->topic) {{ Str::limit($eventSession->topic, 30) }} @else - @endif | @if ($eventSession->text_color)
{{ $eventSession->text_color }}
|
@else
- | @endif @if ($eventSession->bg_color)
{{ $eventSession->bg_color }}
|
@else
- | @endif @if (!isset($parentSession)){{ $eventSession->eventDay->name ?? '' }} | {{ $eventSession->eventHall->name ?? '' }} | @endif{{ $eventSession->start_time ?? '-' }} | {{ $eventSession->end_time ?? '-' }} | @if (!isset($parentSession))@endif @if (!isset($parentSession)) @if ($eventSession->type == App\Models\EventSession::TYPE_AUTO) | Sub-Sessions ({{ $eventSession->subSessions->count() }}) | @else- | @endif @endif|
| No Data Found | ||||||||||||||