. */ include_once __DIR__.'/../../../core.php'; use Carbon\Carbon; use Models\Module; // Trovo id_print della stampa $id_print = Prints::getModulePredefinedPrint(Module::where('name', 'Dashboard')->first()->id)['id']; $date = new Carbon($_SESSION['dashboard']['date']); echo '
'; echo ' ';