Skip to content

Latest commit

 

History

History
18 lines (9 loc) · 253 Bytes

hh.md

File metadata and controls

18 lines (9 loc) · 253 Bytes

<?php

namespace App\Http\Controllers;

use Illuminate\Http\Request; use App\Home;

class HomeController extends Controller {

    return view('home')->with('home', $home);
    
    

    $hotls = Hotel::all();

}