@extends('users/layout') @section('content')

{{__('Formation')}}

{{__($formation->LibelleFormation)}}

First slide

{{__($formation->LibelleFormation)}}

{!! __($formation->DetailFormation) !!}

Autres formations

@foreach($formations as $v_articles) @if($nb <6)

{!! __($v_articles->LibelleFormation) !!}

@endif @endforeach
@endsection