@extends("client.layout.template", ['title'=>'Detail Formations']) @section('contenu')

{{$formation->title}}

{!! $formation->description !!}

{{--

{{$formation->title}}

{!! $formation->description !!}

--}} @endsection