@extends('admin.layout') @section('title', 'Ajouter un formateur') @section('content')
Nom
Prenom
Email
Formations associƩes
@foreach ($formateur->formations as $formation)
{{ $formation->titre }}

{{ $formation->description }}

{{ $formation->duree }}
@endforeach
@endsection @section('scripts') @endsection