@extends('layouts.app') @section('title', 'Clientes NFS-e') @section('page_title', 'Clientes NFS-e') @section('page_subtitle', 'Tomadores de servico cadastrados para emissao de notas.') @section('page_actions') + Novo cliente @endsection @section('content')
| Nome / Razao social | CPF / CNPJ | Cidade | Status | ||
|---|---|---|---|---|---|
| {{ $c->nome }} | {{ $c->cpf_cnpj_formatted }} | {{ $c->email }} | {{ $c->cidade ? $c->cidade.'/'.$c->uf : '—' }} | {{ $c->is_active ? 'Ativo' : 'Inativo' }} | |
Nenhum cliente cadastrado. | |||||