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