@component('admin/layouts/main') @slot('main')

{{ training ? 'Modifier la formation' : 'Nouvelle formation' }}

{{{ csrfField() }}}
@endslot @end