@extends('layouts.admin_app') @section('content')
Create New Report
@if ($errors->any()) @endif
@csrf
Unique identifier for the report
E.g., ["98", "232"] or ["98"]
E.g., ["all"] or ["1", "2"]
Cancel
@endsection