@extends('layouts.app', ['title' => 'Representante/Contador']) @section('content')
| Razão social | Nome fantasia | CNPJ/CPF | IE/RG | Status | Ações | |
|---|---|---|---|---|---|---|
| {{ $item->nome }} | {{ $item->nome_fantasia }} | {{ $item->cpf_cnpj }} | {{ $item->ie }} | @if($item->status) @else @endif | {{ isset($item->usuarios[0]) ? $item->usuarios[0]->usuario->email : '--' }} |