@extends('layouts.app') @section('page-title', __('Create Back to Office Report')) @section('page-heading', __('Create New Back to Office Report')) @section('content')
@include('partials.messages')
@csrf
Back to Office Report

Capture date of activity

PARTICIPANTS (Show numbers by age, gender, Disability & VMGs)
Fill in the number of participants for each category and age bracket.
@foreach(['Male', 'Female', 'Disability', 'VMGs'] as $cat) @for($i=0; $i<3; $i++) @endfor @endforeach
Category 18–35 Years 35–59 Years Above 60 Years Total
{{ $cat }}

NARRATIVE SECTIONS

BUDGET / EXPENDITURE (Show how much was planned for activity and actual incurred)
Item Planned Actual Variance Comment
Report Info
@error('county_id')
{{ $message }}
@enderror
Annexes

You can upload as many documents as needed:

Click to upload

@endsection