@extends('dashboard.layouts.app') @section('title', 'Modifier courrier - UAC eservices') @section('page-title', 'Modifier courrier') @section('breadcrumb') @endsection @section('content')

Modifier le courrier

Modifiez les informations du courrier

@csrf @method('PUT')
{{-- Objet --}}
@error('objet')
{{ $message }}
@enderror
{{-- Référence --}}
@error('reference')
{{ $message }}
@enderror
{{-- Type & Date --}}
@error('type')
{{ $message }}
@enderror
@error('date_reception')
{{ $message }}
@enderror
{{-- Colonne droite --}}
{{-- Délai --}}
{{-- Agents --}}
@php $selectedAgents = old('agent_traitant_ids', $courrier->agentsTraitants->pluck('id')->toArray()); @endphp
{{-- Statut --}} @if(auth()->user()->role->nom !== 'Agent')
@endif
{{-- Instructions (ARRIVEE uniquement) --}} {{-- Boutons --}}
Annuler
@endsection @section('scripts') @endsection