table with hotels

This commit is contained in:
2026-01-18 18:03:20 +00:00
parent ea511a00e6
commit 18aad4749f
16 changed files with 276 additions and 233 deletions

View File

@@ -0,0 +1,11 @@
<?php
namespace App\Http\Controllers\Admin;
use App\Http\Controllers\Controller;
use Illuminate\Http\Request;
class AvailabilityController extends Controller
{
//
}