@extends('Backend.Layouts.panel') @section('title','Clientes') @section('content') @php $search = \Request::input('search'); $type = \Request::input('type_search'); @endphp
| Id | Nome | Nome Fantasia | CPF/CNPJ | Status | Valor serviços | Editar | Serviços | Boleto | Emitir NF-e |
|---|---|---|---|---|---|---|---|---|---|
| {{$record->id}} | {{$record->name}} | {{$record->fantasy_name}} | {{$record->cpf_cnpj}} | {{$record->status == 1 ? 'Ativo' : 'Desativado'}} | R$ {{checkCustomerValueService($record)}} | Editar | Serviços | Boletos | NF-e |