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