@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 Account Type Type 1 Type 2 By signing this form, I agree that TCS is conducting a legal and credit investigation on me to finalize my application. Attach File @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() !!} @if ($errors->has('g-recaptcha-response'))@endif Captcha {!! app('captcha')->display() !!} @if ($errors->has('g-recaptcha-response')) {{ $errors->first('g-recaptcha-response') }} @endif Become an Agent {{-- Become an Agent --}} @if (Session::has('modal_message_error')) @endif @if (Session::has('modal_success')) × You have successfully submitted your profile, your profile is under review, once completed we will let you know. Thank you. @endif @endsection
You have successfully submitted your profile, your profile is under review, once completed we will let you know. Thank you.