@extends('admin.layouts.app') @section('title', get_setting('site_name').' | '.__('SWF Ledger')) @section('content') @include('employee.fund.partials.emp_fund_styles', ['wrap' => 'adm-fund'])

{{ __('SWF Ledger') }}

{{ __('All staff welfare fund ledger entries across employees.') }}

{{ __('Export Excel') }}
{{ __('Ledger entries') }} @if($hasFilters ?? false) {{ __('Clear filters') }} @endif
@include('fund.partials.ledger_table_rows', ['rows' => $rows, 'showEmployee' => true, 'hasFilters' => $hasFilters ?? false, 'colspan' => 6])
{{ __('Date') }} {{ __('Employee') }} {{ __('Type') }} {{ __('Amount') }} {{ __('Ref') }} {{ __('Notes') }}
@if($rows->hasPages()) @endif
@endsection