@extends('layouts.app') @section('title', 'Dashboard') @section('page-title', 'Dashboard') @section('content') {{-- ====== ADMIN / SUPERVISOR DASHBOARD ====== --}} @if(Auth::user()->hasRole(['admin', 'supervisor']))
| Communicator | Station / Programme | Date | Status |
|---|---|---|---|
| {{ $d->communicator->name }} | {{ $d->station->name }}{{ $d->programme ? ' · '.$d->programme->name : '' }} | {{ $d->deployment_date->format('d M Y') }} | {{ ucfirst($d->status) }} |