refactor: user views

This commit is contained in:
Roardom
2022-12-24 04:26:05 -06:00
parent d1173f4c90
commit 7cb2c04be6
53 changed files with 54 additions and 78 deletions
+1 -1
View File
@@ -59,7 +59,7 @@ class TipController extends Controller
->where('name', '=', 'tip')
->sum('cost');
return \view('bonus.tips', [
return \view('user.tip.index', [
'user' => $user,
'bontransactions' => $bontransactions,
'userbon' => $userbon,