open_in_new
content_copy
Route::get('/listings', function () { return view('listings',[ 'listings' => Listing::all()]); });