예제 #1
0
 public function listcarstestdrive()
 {
     $title = "List des voitures";
     $cars = Car::ListCarsTestDrive()->get();
     return view('Cars/list-cars-test-drive', ['title' => $title, 'cars' => $cars]);
 }