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

Assigned Exhibitions

Manager View: Track and monitor your allocated field operations

My Active Assignments
@forelse($exhibitions as $exhibition) @empty @endforelse
EXHIBITION NAME CITY / LOCATION START DATE END DATE STATUS
{{ $exhibition->name }} {{ $exhibition->location }} {{ $exhibition->city }} {{ \Carbon\Carbon::parse($exhibition->start_date)->format('d M, Y') }} {{ \Carbon\Carbon::parse($exhibition->end_date)->format('d M, Y') }} {{ $exhibition->status ?? 'Active' }}
No Operational Assignments Found

You are not currently mapped to any active exhibitions in the core hub.

@endsection