@if($errors->any())
@foreach($errors->all() as $error)
- {{ $error }}
@endforeach
@endif
@livewire('required-client-info', [
'fields' => method_exists($gateway, 'getClientRequiredFields') ? $gateway->getClientRequiredFields() : [],
'contact' => auth()->guard('contact')->user(),
'countries' => $countries,
'company' => $company,
'company_gateway_id' => $gateway->company_gateway ? $gateway->company_gateway->id : $gateway->id,
'form_only' => true
])