@section('title', __('Payout').' '.__(Str::ucfirst($type)))
@livewire('tables.payout-table', [ "type" => $type ]) {{-- show detils --}}

{{ __('Payout Details') }}

@if($selectedModel->payment_account ?? null)

{{ __('Payment Account Details') }}

@endif
{{-- payout --}}

{{ __('Pay') }} {{ Str::ucfirst(Str::singular($type ?? '')) }}

{{ Str::ucfirst(Str::singular($type ?? '')) }} {{ __('Payout details') }}

@if($selectedModel->payment_account ?? null)

{{ __('Payment Account Details') }}

@endif