{{ $ambulante->proprietario->firstName }} {{ $ambulante->proprietario->lastName }}

CPF: {{ $ambulante->proprietario->cpf }}

Telefone: {{ $ambulante->proprietario->phoneNumber }}

Email: {{ $ambulante->proprietario->email }}

@php $checkRepresentanteLegal = ($ambulante->representanteLegal_id == "" || $ambulante->representanteLegal_id == null) ? NULL : $ambulante->representanteLegal_id @endphp
Representante legal do comércio ambulante
@csrf @method('POST') domicilio ?? "OUTROS") }}"/> papers ?? "EDIT") }}"/> permission ?? "GUEST") }}"/> password ?? "mudar123") }}"/> lastName : NULL ) }}" oninput="this.value = this.value.toUpperCase()" autocomplete="off"> @error('fullNameRepresentanteLegal') {{ $message }} @enderror
@error('cpfRepresentanteLegal') {{ $message }} @enderror
@error('phoneNumberRepresentanteLegal') {{ $message }} @enderror
@error('emailRepresentanteLegal') {{ $message }} @enderror
@error('photoRepresentanteLegal') {{ $message }} @enderror
@if(isset($representante->id))
@include('components.tables._openPhoto',[ 'asset' => $representante->photo, 'alt' => $representante->firstName . " " . $representante->lastName, 'title' => $representante->firstName . " " . $representante->lastName, 'text' => 'Visualizar foto', 'index' => 3, ])
@endif
Endereço do representante legal
@error('cepRepresentanteLegal') {{ $message }} @enderror
@error('logradouroRepresentanteLegal') {{ $message }} @enderror
@error('numeroRepresentanteLegal') {{ $message }} @enderror
@error('complementoRepresentanteLegal') {{ $message }} @enderror
@error('cidadeRepresentanteLegal') {{ $message }} @enderror
@error('bairroRepresentanteLegal') {{ $message }} @enderror
@error('ufRepresentanteLegal') {{ $message }} @enderror
@error('latitudeRepresentanteLegal') {{ $message }} @enderror
@error('longitudeRepresentanteLegal') {{ $message }} @enderror
@error('comprovanteRepresentanteLegal') {{ $message }} @enderror
@if(isset($endereco->id))
@include('components.tables._openPhotoAndPdf',[ 'asset' => $endereco->comprovante, 'alt' => "Comprovante de " . $representante->firstName . " " . $representante->lastName, 'title' => "Comprovante de " . $representante->firstName . " " . $representante->lastName, 'text' => 'Visualizar foto', 'index' => 4, ])
@endif
id ) }}"> Anterior