@extends('layouts.landing') @section('title') Withdrawals @endsection @section('content')
{{number_format($withdrawal_count)}} Withdrawals
|
s/n | Name | Payment Type | Amount | Account Name | Account Number | Bank | Status | Requested on | Action | |
---|---|---|---|---|---|---|---|---|---|---|---|
|
{{$withdrawal_no}} | @php $withdrawal_no++ @endphp{{$withdrawal->name}} | {{$withdrawal->email}} | {{$withdrawal->payment_type}} | ₦{{number_format($withdrawal->amount, 2)}} | {{$withdrawal->account_name}} | {{$withdrawal->account_number}} | {{$withdrawal->bank_name}} | {{$withdrawal->status}} | {{\Carbon\Carbon::parse($withdrawal->created_at)->toFormattedDateString()}} |