@@ -27,6 +27,6 @@ |
||
| 27 | 27 | { |
| 28 | 28 | $cats = $this->categoryRepo->all(); |
| 29 | 29 | |
| 30 | - return view('front.index')->with('cats',$cats); |
|
| 30 | + return view('front.index')->with('cats', $cats); |
|
| 31 | 31 | } |
| 32 | 32 | } |