@extends('layouts.admin_app') @section('content')
Edit Report: {{ $report->name }}
@if ($errors->any()) @endif
@csrf @method('PUT')
Unique identifier for the report
E.g., ["98", "232"] or ["98"]
E.g., ["all"] or ["1", "2"]
show_total) ? 'checked' : '' }}>
show_to_involved_sites) ? 'checked' : '' }}>
is_dashboard_report) ? 'checked' : '' }}>
Cancel
@endsection