{{ __('Payout') }}
@if(isset($permission) && Auth::user()->user_type == 4)
@if(hasPermission($permission, 'Payout', 'create'))
{{ __('Set Payout') }}
@else
@endif
@else
{{ __('Set Payout') }}
@endif
{{ __('Available Amount') }}
@if(isset($permission) && Auth::user()->user_type == 4)
@if(hasPermission($permission, 'Payout', 'create'))
@else
@endif
@else
@endif
{{ __('Last Payout') }}
| # | {{ __('Payout Date') }} | {{ __('Total Amount') }} | {{ __('Processed Amount') }} | {{ __('Payment Method') }} | {{ __('Status') }} | {{ __('Payment Processed') }} | {{ __('Payment Proof') }} |
|---|
|
ID |
Name |
|
Role |
|---|---|---|---|
|
1 |
John Doe |
johndoe@example.com |
Admin |
|
2 |
Jane Smith |
janesmith@example.com |
Manager |
|
3 |
Robert Brown |
robertbrown@example.com |
User |
|
3 |
Robert Brown |
robertbrown@example.com |
User |
|
3 |
Robert Brown |
robertbrown@example.com |
User |
|
3 |
Robert Brown |
robertbrown@example.com |
User |
|
3 |
Robert Brown |
robertbrown@example.com |
User |
|
4 |
Emily Davis |
emilydavis@example.com |
Customer |