{{ $client->name }}

Registrado el: {{ $client->created_at->format('d/m/Y H:i') }}

Volver al listado

Nombre Completo

{{ $client->name }}

Teléfono / WhatsApp

@if($client->phone)

{{ $client->phone }}

@else

No registrado

@endif

Correo Electrónico

@if($client->email)

{{ $client->email }}

@else

No registrado

@endif

Dirección

@if($client->address)

{{ $client->address }}

@else

No registrada

@endif
@if(auth()->user()->role === 'admin') Editar Cliente @else Editar Cliente @endif