@props([ 'payoutAccount' => null, ]) @php $pa = is_array($payoutAccount) ? $payoutAccount : null; $submitLabel = $pa ? 'Update payout account' : 'Save payout account'; @endphp
@csrf @method('PUT')
Loading...
@error('account_type')

{{ $message }}

@enderror @error('account_number')

{{ $message }}

@enderror @error('bank_code')

{{ $message }}

@enderror