@extends('layouts.dash') @section('title') Analyses @stop @section('title_card',"") @section('content')
@include("stats.aae.content_home")
@include("stats.aae.content_ile")
@include("stats.aae.content_district")
@include("stats.aae.content_age")
@endsection @section('scripts') //GRaphiques @include("stats.aae.scripts_graph") //Tables @include("stats.aae.scripts_datatable") @endsection