@extends('admin.layouts.app') @section('title', get_setting('site_name').' | '.__('PF Withdrawals')) @section('content') @include('admin.fund.partials.withdrawals_index', [ 'fund' => 'pf', 'title' => __('PF Withdrawals'), 'subtitle' => __('Review and process provident fund withdrawal requests.'), 'rows' => $rows, 'hasFilters' => $hasFilters ?? false, 'withdrawalStats' => $withdrawalStats ?? null, 'showAmountFilter' => true, 'showTypeColumn' => false, ]) @endsection