update view in BerandaController to display pemilik layout

This commit is contained in:
LailaWulandarii 2025-12-19 23:28:10 +07:00
parent b734e37ae7
commit 95bccdd1de
1 changed files with 1 additions and 1 deletions

View File

@ -10,6 +10,6 @@ class BerandaController extends Controller
public function index()
{
return view('admin.beranda-admin');
return view('admin.beranda-pemilik');
}
}