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