@extends('layouts.app') @section('content')
Loading...

Your report is being prepared. This may take a few moments.

@csrf @if ($errors->any())

There were {{ $errors->count() }} error with your submission

    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
$errors->has('start_date') ])>
$errors->has('email') ])>
@endsection @push('css') @endpush @push('scripts') @endpush