@extends('layouts.user_app') @section('content')
@if (session('error'))
{{ session('error') }}
@endif @if (session('success'))
{{ session('success') }}
@endif

Become a Receiving and Paying agent

** All fields are mandatory
@csrf
@if ($errors->has('identity_file')) {{ $errors->first('identity_file') }} @endif
Upload a document of incorporation of the company (PATENTE) and two identity documents of the responsible person (Passport, driver's license or national identity card), a specimen check from the company.
{{--
{!! NoCaptcha::renderJs('en', false, 'onloadCallback') !!} {!! NoCaptcha::display(['data-theme' => 'light']) !!}
--}}
{!! NoCaptcha::renderJs() !!}
{!! app('captcha')->display() !!} @if ($errors->has('g-recaptcha-response')) {{ $errors->first('g-recaptcha-response') }} @endif
{{-- --}}
@if (Session::has('modal_message_error')) @endif @if (Session::has('modal_success')) @endif
@endsection