@extends('layouts.public.base', ['fullWidth' => true]) @section('page.title', 'Mon box') @section('page.content') {{-- Offers --}} @include('components.public.sections.classic-offers') {{-- How it works steps --}} @include('components.public.sections.how-it-works-steps') {{-- Stats --}} @include('components.public.sections.box-numbers') {{-- Clients reviews --}} @include('components.public.sections.clients-reviews') {{-- Contact --}} @include('components.public.sections.contact') @endsection