@extends('admin.layouts.app') @section('title', get_setting('site_name').' | '.__('SWF Yearly Summary')) @section('content') @include('admin.fund.partials.yearly_summary_page', [ 'title' => __('Staff Welfare Fund — Yearly Summary'), 'subtitle' => __('Totals by month and entry type. Payroll-linked entries use the payslip salary month, not the ledger entry date.'), 'exportRoute' => 'swf.reports.yearly.export', 'printRoute' => 'swf.reports.yearly.print', ]) @endsection