@extends('layouts.app') @section('page-title', 'Back to Office Report: ' . ($report->project_name ?? 'Report')) @section('page-heading', $report->project_name ?? 'Back to Office Report') @section('content')
{{ $report->project_name ?? 'N/A' }}
| Category | 18–35 Years | 35–59 Years | Above 60 Years | Total |
|---|---|---|---|---|
| {{ $cat }} | @for($i=0; $i<3; $i++){{ $report->participants[$key][$i] ?? '' }} | @endfor{{ $report->participants[$key]['total'] ?? '' }} |
{!! nl2br(e($report->introduction)) !!}
{!! nl2br(e($report->objective)) !!}
| Item | Planned | Actual | Variance | Comment |
|---|---|---|---|---|
| {{ $item }} | {{ $report->budget['planned'][$i] ?? '' }} | {{ $report->budget['actual'][$i] ?? '' }} | {{ $report->budget['variance'][$i] ?? '' }} | {{ $report->budget['comment'][$i] ?? '' }} |
{!! nl2br(e($report->output)) !!}
{!! nl2br(e($report->key_highlights)) !!}
{!! nl2br(e($report->challenges_and_risks)) !!}
{!! nl2br(e($report->best_practices)) !!}
{!! nl2br(e($report->lessons_learnt)) !!}
{!! nl2br(e($report->recommendations)) !!}
{!! nl2br(e($report->way_forward)) !!}
{{ $report->creator->name }}
{{ $report->created_at->format('M d, Y H:i') }}
{{ $report->county->name ?? 'N/A' }}
{{ $report->approver->name ?? 'N/A' }}
{{ $report->approved_at?->format('M d, Y H:i') ?? 'N/A' }}
{{ $report->approval_comments }}