Example #1
0
 public function index()
 {
     $Books = Car::items();
     return response()->json($Books);
 }