@extends('layouts.app') @section('title', 'Generate Report') @push('styles') @endpush @section('contents')
Select Type of Report
Visit plan
Plan type: {{ $plan->plan_type ?? '—' }}
Visit Date: {{ $planScheme->visit_date->format('d M Y') ?? '—' }}
@if ($project)
ADP: {{ ($adpLabel = \App\Support\MecReportAdpFiscalYear::displayForUnsavedPlan($plan ?? null, $project ?? null)) !== '' ? $adpLabel : '—' }}
UID: {{ $project->code ?? '—' }}
Scheme Name: {{ $project->name ?? '—' }}
@endif
@csrf
@error('report_kind') {{ $message }} @enderror
@error('mec_sector_id') {{ $message }} @enderror
@error('mec_sub_sector_id') {{ $message }} @enderror
Cancel
@endsection @push('scripts') @endpush