Example #1
0
 public function show($id)
 {
     $brand = Brands::findorFail($id);
     return view('backoffice.brands.show', compact('brand'));
 }