@extends('layout.template') @section('title', 'GestStudent') @section('title2') STATISTIQUES FRAIS DE SCOLARITE @endsection @section('subtitle') Statistiques @endsection @section('main')

Veuillez sélectionner les données s'il vous plait

@csrf()
@endsection @section('script') @if (Session::has('error')) {{-- @php Session::forget::('error'); @endphp --}} @endif @endsection