@extends('layouts.app') @section('title', 'Dashboard | Veltrix v2') @section('page_title', 'Dashboard') @section('page_subtitle', 'Gestion operativa en tiempo real') @section('page_icon', 'bx bxs-grid-alt') @section('content') @php include base_path('diseno/app/views/dashboard/index.php'); @endphp @endsection