Commit 2c707bbd by Juliper

no message

parent 85ce3a10
...@@ -13,7 +13,7 @@ use App\Homestay; ...@@ -13,7 +13,7 @@ use App\Homestay;
Route::get('/', function () { Route::get('/', function () {
$data = Homestay::all(); $data = Homestay::all();
dd($data); //dd($data);
return view('index')->with('data',$data); return view('index')->with('data',$data);
}); });
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment