@extends('../../layouts/partials/header')
@section('title', 'Clientes')
@section('content_header')
Lista de Clientes
Nuevo
@endsection
@section('content')
{{-- Agregando el componete de LiveWire datable --}}
@livewire('customers-index')
@endsection
@extends('../layouts/partials/footer')