コード例 #1
0
 public function index()
 {
     $trips = Trip::orderBy('leaves_at')->get();
     return view('trip.index', compact('trips'));
 }