@section('title', __('My Earning'))
{{ __('Payment Actions') }}
@if ($hasOutstandingCurrentAccount && $remainingSettlementAmount > 0) {{ __('Your store has an amount pending with the platform. Use the button to inform the payment and upload the proof.') }} @else {{ __('Open your payout history and settlement area from here.') }} @endif
{{ __('Payout request blocked. Your current account is negative. Please settle your account first.') }}
{{ __('Outstanding amount to settle') }}: {{ currencyFormat($remainingSettlementAmount) }}
@if (($pendingSettlementAmount ?? 0) > 0){{ __('Settlement already under review') }}: {{ currencyFormat($pendingSettlementAmount ?? 0) }}
@endif{{ __("Vendor") }}: {{ $earning->vendor->name ?? '' }}
{{ __("Amount") }}: {{ currencyFormat($earning->amount ?? 0.00) }}
{{ __("Updated At") }}: {{ $earning->formatted_updated_date ?? '' }}
{{ __('Open the settlement form to inform the amount paid and upload the payment proof.') }}
@else{{ $storeBalanceLabel }}: {{ currencyFormat($storeBalanceAmount) }}
@if ($hasOutstandingCurrentAccount){{ __('Payout request blocked because your current account is negative.') }}
{{ __('Outstanding amount to settle') }}: {{ currencyFormat($remainingSettlementAmount) }}
@if (($pendingSettlementAmount ?? 0) > 0){{ __('Settlement already under review') }}: {{ currencyFormat($pendingSettlementAmount ?? 0) }}
@endif @endif{{ __('Pay') }} {{ Str::ucfirst(Str::singular($type ?? '')) }}