@extends('layouts.app') @section('content') @extends('ventas.menu')
ID | NOMBRE | NIT | DPI | CORREO | REFERENCIA | CREDITO | EJECUTIVO | Ultima Actualizacion | ACCIÓN |
{{ $cliente['id'] }} | {{ $cliente['nombre'] }} | {{ $cliente['nit'] }} | {{ $cliente['dpi'] }} | {{ $cliente['correo_electronico'] }} | {{ $cliente['referencia'] }} | {{ $dias_credito_cliente[$cliente['condiciones_pago']] ?? 'No Disponible' }} | {{ $cliente->info_ejecutivo['name'] ?? '' }} | {{ $cliente['updated_at']->format('d/m/Y') }} | @if (in_array(auth()->user()->rol->id, [1])) @endif |