@extends('layouts.dashboard') @section('dashboard')

Clientes

@include('dashboard.usuarios.table-clientes')
Nombre RUT Contacto Dirección
@if(isset($clientes))
{{ $clientes->links() }}
@endif @endsection