@extends('layouts.app') @section('content') @can('clientes-listado')
@endcan| No. | Alias | Nombre | RFC | Correo | Creación | Acciones |
|---|---|---|---|---|---|---|
| {{ $index + 1}} | {{ $cliente->alias }} | {{ $cliente->nombre }} | {{ $cliente->rfc }} | {{ $cliente->correo }} | {{ $cliente->created_at->format('d/m/Y') }} |