@extends('provider.provider') @section('content')

{{ __('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') }} {{ __('requested_amount') }} {{ __('Payment Method') }} {{ __('Status') }}
# {{ __('Payout Date') }} {{ __('Total Amount') }} {{ __('Processed Amount') }} {{ __('Payment Method') }} {{ __('Status') }} {{ __('Payment Processed') }} {{ __('Payment Proof') }}
@for ($i = 0; $i < 8; $i++) @endfor

@endsection