@extends('plantilla') @section('titulo', "Listado de clientes") @section('scripts') @endsection @section('breadcrumb')
@endsection @section('contenido')
Nombre Apellido Email CUIT Celular
@endsection