@extends('layouts.masterStat') @section("contenu") @if ($currentPage == "PLAINTERECU") @include("statistiques.plaintes.homeRecu") @endif @if ($currentPage == "PLAINTETR") @include("statistiques.plaintes.homeTr") @endif @if ($currentPage == "PLAINTESUITE") @include("statistiques.plaintes.homeSuite") @endif @if ($currentPage == "PLAINTELOCALITE") @include("statistiques.plaintes.homeLocalite") @endif @endsection