@extends('root.layouts.master')
@section('content')
Intitulé |
Description |
Photo |
suivre |
Messages |
Forum |
Attestation |
@foreach($formation_suivie as $formations)
{{$formations->LibelleFormation}} |
{!! Str::limit($formations->DescriptionFormation, '80', '...') !!} |
|
|
Messages |
Forum |
Forum |
@endforeach
@endsection