@extends('layouts.app') @section('content')

Create New Exhibition

Setup a new event, venue details, and assign your team.

Back to List
@csrf
1. Exhibition & Venue Details
@error('name')
{{ $message }}
@enderror
@error('city')
{{ $message }}
@enderror
@error('location')
{{ $message }}
@enderror
Default is 10:00 PM. System alerts trigger based on this time.

2. Schedule Dates

3. Team Assignment
@if($employees->isEmpty())

No active employees found.

@else @foreach($employees as $employee)
@endforeach @endif
@endsection