@extends('layouts.print-preview', [ 'previewTitle' => __('In-sight Reports — Print Preview'), 'previewPrintLabel' => __('Print report'), 'previewBackUrl' => route('custom-reports.index'), 'previewBackLabel' => __('Back to In-sight Reports'), 'previewBodyClass' => 'ir-preview-body', 'previewStylesPartial' => 'custom-reports.print.partials.styles', ]) @section('content') @php $periodLabel = \Carbon\Carbon::parse($filters['date_from'])->format('d M Y') .' — '.\Carbon\Carbon::parse($filters['date_to'])->format('d M Y'); @endphp
{{ __('M&E Cell') }} · {{ __('P&D Department') }} · {{ __('Government of Sindh') }}

{{ __('In-sight Reports') }}

{{ __('Comprehensive monitoring analytics — visits, reports, assessments, regions, sectors, officers & trends') }}

{{ __('Period') }}
{{ $periodLabel }}
{{ __('Scope') }}
{{ $initialData['filter_summary'] ?? __('All data') }}
{{ __('Reports in Scope') }}
{{ count($initialData['reports'] ?? []) }}
{{ __('Generated') }}
{{ now()->format('d M Y, H:i') }}
@include('custom-reports.partials.panels')
@include('partials.chart-js-bridge') @endsection