@extends('admin.layout') @section('title', 'Clientes - Admin IMOZA') @section('header', 'Clientes') @section('content')
| Nombre | Teléfono | Acciones | |
|---|---|---|---|
| {{ $customer->name }} | {{ $customer->email ?: '-' }} | {{ $customer->phone ?: '-' }} |
|
| No hay clientes registrados. | |||