@extends('layouts.correction-blade') @section('page-title', 'Agents') @push('styles') @endpush @section('content')
@csrf @if (session('success')) @endif @if ($errors->any()) @endif
Corriger un traitement
@endsection @push('scripts') @endpush