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

{{ __('PF Statement') }}

{{ $staff->user?->name }} ({{ $staff->user?->id }})

{{ __('PDF') }}
{{ __('Account') }}
{{ number_format((float) $balance, 2) }}
{{ __('Current balance') }}
{{ __('Statement') }} @if($hasFilters ?? false) {{ __('Clear filters') }} @endif
@include('fund.partials.ledger_table_rows', ['rows' => $rows, 'hasFilters' => $hasFilters ?? false, 'colspan' => 5])
{{ __('Date') }} {{ __('Type') }} {{ __('Amount') }} {{ __('Ref') }} {{ __('Notes') }}
@if($rows->hasPages()) @endif
@endsection