hotel
This commit is contained in:
@@ -10,7 +10,8 @@ class HotelController extends Controller
|
||||
{
|
||||
public function index()
|
||||
{
|
||||
return Hotel::all();
|
||||
$hotels = Hotel::all();
|
||||
return view('admin.hotels.index', compact('hotels'));
|
||||
}
|
||||
|
||||
public function store(Request $request)
|
||||
|
||||
Reference in New Issue
Block a user