@extends('layouts.app') @section('content')
{{ __('ID') }} | {{ __('DNI') }} | {{ __('CLIENTE') }} | {{ __('RUC') }} | {{ __('RAZON SOCIAL') }} | {{ __('FECHA CREACION') }} | {{ __('Acción') }} |
---|---|---|---|---|---|---|
{{ $cliente->id }} | {{ $cliente->documento_cliente }} | {{ $cliente->datos_cliente }} | {{ $cliente->ruc_empresa }} | {{ $cliente->razon_social }} | {{ ($cliente->created_at)->format('d/m/Y - H:i:s') }} | {{ __('VER') }} {{ __('EDITAR') }} |
{{ __('No hay datos disponibles') }} |