@extends('layouts.masterStat') @section("contenu") @if ($currentPage == "HOME") @include("statistiques.unites.home") @endif @if ($currentPage == "DETAIL") @include("statistiques.unites.detail") @endif @endsection