Pencairan dokter

@foreach($withdrawals as $withdrawal)
{{ $withdrawal->doctor->user->name }}

{{ $withdrawal->withdrawal_number }} · Rp{{ number_format($withdrawal->amount,0,',','.') }} · {{ str($withdrawal->status)->headline() }}

@csrf @method('PATCH')
@endforeach
{{ $withdrawals->links() }}