@include('fragments.navs', [ "navs" => [ [ "active" => 1, "url" => "clientes", "name" => "Clientes Factura" ], [ "active" => 0, "url" => "clientes/1", "name" => "Clientes Informe" ] ] ])
@if(session()->has('success')) @endif @if(session()->has('warning')) @endif @if(session()->has('error')) @endif @if (count($errors) > 0) @endif
@include('Requisicion_compra.Notificacion.notificacion_requisicion_modal') @include('Control_documentos.Notificacion.notificacion_documento_version') @include('Modificaciones.notificacion_modificacion') @include('Modificaciones.Notificacion.notificacion_modificacion_firma_modal') @if ($permisos->crear == 1)
Nuevo Cliente
@endif
Exportar Clientes
@if(isset($clientes) && count($clientes) > 0) @foreach ($clientes as $cliente) @endforeach @else @endif
Tipo de cliente Nombre Empresa RFC Contactos Fecha de creación Activo Acciones
@if ($cliente->id_cliente_tipo == 2) {{ $cliente->tipo }} @else {{ $cliente->tipo }} @endif {{$cliente->nombre_empresa}} {{$cliente->rfc}} {!!($cliente->contactos != '') ? $cliente->contactos : "Sin contactos" !!} {{$cliente->created_at}} @if ($permisos->actualizar == 1)
active == 1) ? 'checked' : ''}}> {{($cliente->active == 1) ? 'Si' : 'No'}}
@else {{($cliente->active == 1) ? 'Si' : 'No'}} @endif
@if ($permisos->actualizar == 1) @endif @if ($permisos->eliminar == 1) @endif @if($nota = $cliente->nota) @if($nota->nota) @endif @endif
No se encontraron registros