@extends('layouts.app') @section('content')
Manager View: Track and monitor your allocated field operations
| 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. |
||||