@extends('layouts.print-preview') @section('preview-styles') {{-- Same CSS foundations as Summary tab (grid + icons + fonts) --}} @include('reports.partials.monthly-report-summary-styles') @include('reports.partials.monthly-report-summary-print-styles') @endsection @section('content')
{{-- Full dashboard (same as Summary tab); map snapshot only for print stability --}} @include('reports.partials.monthly-report-summary-dashboard', [ 'printMode' => false, 'compactLayout' => true, 'enableMapSnapshot' => true, 'autoPrint' => $autoPrint ?? false, ])
@endsection @push('preview-scripts') @include('reports.partials.monthly-report-summary-map-scripts') @include('reports.partials.monthly-report-summary-print-scripts') @endpush