@extends('layouts.master') @section('css') @endsection @section('content')

@if (isset($parentSession)) {{ $parentSession->title }} Sub-sessions ({{ $eventSessions->total() }}) @else Sessions ({{ $eventSessions->total() }}) @endif

title) value="{{ $request->title }}" @endif>
@if (isset($parentSession)) @else @endif
@if (!isset($parentSession)) @endif @if (!isset($parentSession)) @endif @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) @if ($eventSession->text_color) @else @endif @if ($eventSession->bg_color) @else @endif @if (!isset($parentSession)) @endif @if (!isset($parentSession)) @endif @if (!isset($parentSession)) @if ($eventSession->type == App\Models\EventSession::TYPE_AUTO) @else @endif @endif @endforeach @else @endif
Sr. No Title Topic Text Color Background ColorEvent Day Event HallStart Time End TimeStatus Sub SessionsAction
{{ $i++ }} {{ $eventSession->title ?? '' }} @if ($eventSession->topic) {{ Str::limit($eventSession->topic, 30) }} @else - @endif {{ $eventSession->text_color }}
- {{ $eventSession->bg_color }}
-{{ $eventSession->eventDay->name ?? '' }} {{ $eventSession->eventHall->name ?? '' }}{{ $eventSession->start_time ?? '-' }} {{ $eventSession->end_time ?? '-' }} Sub-Sessions ({{ $eventSession->subSessions->count() }}) -
@if (isset($parentSession)) @else @endif
No Data Found
{{ $eventSessions->appends(Request::all())->links() }}
@endsection @section('js') @endsection