@extends('layouts.dashboard') @section('add-css') @endsection @section('title') Tablero Control @endsection @section('content')
@include('tableroControl.clientes')
@endsection @section('add-js') @endsection