@extends('frontend.layouts.app') @section('title', $formation->title) @section('metatags') @endsection @section('content')

{{$formation->title}}

{{$formation->title}}

{!! $formation->body !!}
@include('frontend/partials/sections/formations') @include('frontend/partials/sections/bg') @include('frontend/partials/sections/features') {{-- @include('frontend/partials/sections/partners') --}} @endsection @section('scripts') @endsection