@extends('dashboard.layouts.app') @section('title', 'Actions courrier - UAC eservices') @section('page-title', 'Actions sur le courrier') @section('breadcrumb')
Affecté par :
{{ $courrier->affectateur->name ?? 'N/A' }}Agents traitants :
@forelse($courrier->agentsTraitants as $agent) {{ $agent->name }} @empty Aucun agent assigné @endforelse