@section('title', __('Payout') . ' ' . __(Str::ucfirst($type)))
{{ __('When to use this screen') }}
{{ __('Use this page to review outgoing payout requests and store settlement submissions with payment proof.') }}
{{ __('Payout = admin sends money to the vendor/driver. Settlement = vendor confirms a payment sent to the platform/admin.') }}
{{ __('For settlement requests, confirm the proof received before approving.') }}
{{ ($selectedModel->request_type ?? 'payout') == 'settlement' ? __('Settlement Details') : __('Payout Details') }}
{{ __('Payment Account Details') }}
@if (($selectedModel->request_type ?? 'payout') == 'settlement') {{ __('Confirm Store Settlement') }} @else {{ __('Pay') }} {{ Str::ucfirst(Str::singular($type ?? '')) }} @endif
@if (($selectedModel->request_type ?? 'payout') == 'settlement') {{ __('Store-submitted settlement details') }} @else {{ Str::ucfirst(Str::singular($type ?? '')) }} {{ __('Payout details') }} @endif
{{ __('Payment Account Details') }}