@extends('layouts.admin.master') @section('content')
| # | Nome | Adimplente? | @endif @if (!empty($type) && ($type === 'pendentes' || $type === 'todos'))Perfil | @endifSituação | Ações | |
|---|---|---|---|---|---|---|
| {{ $count++ }} | {{ $cliente->nome }} | {{ $cliente->email }} | @if (!empty($type) && $type === 'advogados'){{ $cliente->adimplente ? 'Sim' : 'Não' }} | @endif @if (!empty($type) && ($type === 'pendentes' || $type === 'todos')){{ $cliente->tipo_pessoa->nome }} | @endif{{ $cliente->ativo ? 'Ativo' : 'Aguardando validação' }} | @if (!$cliente->ativo) @endif |