@extends('branch_staff.layouts.app') @section('panel')
@if (isManager()) @endif @forelse($withdrawals as $withdrawal) @if (isManager()) @endif @empty @endforelse
@lang('S.N.') @lang('TRX No.') @lang('Account No.') @lang('Account Name')@lang('Account Officer')@lang('Initiated') @lang('Amount')
{{ $loop->index + $withdrawals->firstItem() }} {{ $withdrawal->trx }} {{ @$withdrawal->user->account_number }} {{ @$withdrawal->user->fullname }} {{ @$withdrawal->branchStaff->name }} {{ showDateTime($withdrawal->created_at, 'd M Y, h:i A') }} {{ showAmount($withdrawal->amount) }} {{ __($general->cur_text) }}
{{ __($emptyMessage) }}
@if ($withdrawals->hasPages()) @endif
@endsection @push('breadcrumb-plugins') @endpush