@extends('layouts.backend') @section('content')

Datos del cliente Persona Jurídica

Los datos con * son requeridos

@if ($errors->has('corporate_name')) {{ $errors->first('corporate_name') }} @endif
@if ($errors->has('date_incorporation')) {{ $errors->first('date_incorporation') }} @endif
@if ($errors->has('country')) {{ $errors->first('country') }} @endif
@if ($errors->has('state')) {{ $errors->first('state') }} @endif
@if ($errors->has('state')) {{ $errors->first('state') }} @endif
@if ($errors->has('place_incorporation')) {{ $errors->first('place_incorporation') }} @endif
@if ($errors->has('postal')) {{ $errors->first('postal') }} @endif
@if ($errors->has('register_incoporation_office')) {{ $errors->first('register_incoporation_office') }} @endif
@if ($errors->has('type_company')) {{ $errors->first('type_company') }} @endif
@if ($errors->has('shareholders')) {{ $errors->first('shareholders') }} @endif
@if ($errors->has('position')) {{ $errors->first('position') }} @endif
@if ($errors->has('email_address')) {{ $errors->first('email_address') }} @endif
@if ($errors->has('merchant_record')) {{ $errors->first('merchant_record') }} @endif
@if ($errors->has('issuing_state')) {{ $errors->first('issuing_state') }} @endif
@if ($errors->has('date_issue')) {{ $errors->first('date_issue') }} @endif
@if ($errors->has('date_expiry')) {{ $errors->first('date_expiry') }} @endif
@if ($errors->has('phone_number')) {{ $errors->first('phone_number') }} @endif
@if ($errors->has('website')) {{ $errors->first('website') }} @endif
Regresar
@include('modals.confirmModal') @endsection