@extends('layouts.app') @section('title', $data['titre'] . ' — Concept X Formation') @section('meta_description', $data['meta_description'] ?? '') @section('content') {{-- BREADCRUMB --}} {{-- HERO FORMATION --}}
@foreach($data['badges'] as $badge) {{ $badge }} @endforeach

{{ $data['h1'] }}

{{ $data['accroche'] }}

@foreach($data['infos_rapides'] as $label => $value)
{{ $label }}
{{ $value }}
@endforeach
Prix de la formation
{{ $data['prix'] }}
TTC · Tarif TVA non applicable
    @foreach($data['financements'] as $fin)
  • {{ $fin }}
  • @endforeach
M'inscrire à cette session → Télécharger le programme PDF
{{-- CONTENU --}}
@yield('formation_content')
@endsection