@extends('dashboard.layouts.app') @section('title', 'Actions courrier - UAC eservices') @section('page-title', 'Actions sur le courrier') @section('breadcrumb') @endsection @section('content')
{{-- Carte information courrier --}}

{{ $courrier->objet }}

Référence : {{ $courrier->reference ?? 'N/A' }} | Type : {{ $courrier->type }}
Retour @if($courrier->type === 'DEPART') @endif

Affecté par :

{{ $courrier->affectateur->name ?? 'N/A' }}

Agents traitants :

@forelse($courrier->agentsTraitants as $agent) {{ $agent->name }} @empty Aucun agent assigné @endforelse
{{-- ================= MODAL RELANCE (COURRIER DEPART) ================= --}} @if($courrier->type === 'DEPART') @endif @endsection @section('scripts') @endsection