Example #1
0
 /**
  * Display a listing of all Brands.
  *
  * @return View
  */
 public function index()
 {
     $colours = Colour::all();
     return view('colours.index', compact('colours'));
 }