@extends('layouts.app') @section('css_after') @endsection @section('js_after') @endsection @section('content')

Générer rapport

@csrf
@if ($errors->has('date_range'))
{{ $errors->first('date_range') }}
@endif
@if ($errors->has('email'))
{{ $errors->first('email') }}
@endif
@endsection