Added Tour Navigator

This commit is contained in:
2025-10-21 23:13:32 +10:00
parent ef9318b5a3
commit 9b470e07d4
9 changed files with 471 additions and 149 deletions

View File

@@ -16,6 +16,7 @@ return new class extends Migration
$table->string('name');
$table->string('internal_name');
$table->string('short_description');
$table->string('long_description');;
$table->integer('length');
$table->integer('price');
$table->string('level');