@extends('layouts.app', ['class' => 'g-sidenav-show bg-gray-900']) @section('content') @include('layouts.navbars.auth.topnav', ['title' => 'Clientes']) @include('partials.session-message')
| Nome / Slug | Razão Social / CNPJ | Status |
|---|---|---|
|
{{ $c->nome }} @if($c->slug)@{{ $c->slug }} @endif |
{{ $c->razaosocial ?? '-' }} {{ $c->cnpj ? preg_replace('/^(\d{2})(\d{3})(\d{3})(\d{4})(\d{2})$/', '$1.$2.$3/$4-$5', $c->cnpj) : '-' }} |
{{ $c->status }} |
| Nenhum cliente cadastrado. Adicione manualmente ou sincronize com Acessorias. | ||