update view in BerandaController to display pemilik layout
This commit is contained in:
parent
b734e37ae7
commit
95bccdd1de
|
|
@ -10,6 +10,6 @@ class BerandaController extends Controller
|
||||||
public function index()
|
public function index()
|
||||||
{
|
{
|
||||||
|
|
||||||
return view('admin.beranda-admin');
|
return view('admin.beranda-pemilik');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue