{{ isset($customer) ? __('customer.edit_customer') : __('customer.create_customer') }}

@csrf @if(isset($customer)) @method('PUT') @endif
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • - {{ $error }}
  • @endforeach
@endif

{{__('customer.customer_bank_account')}}

{{__('customer.bank')}} {{__('customer.account_number')}} {{__('customer.bank_name')}} {{ __('customer.qr_code') }}
{{__('global.cancel')}}