diff --git a/app/Http/Controllers/AuthController.php b/app/Http/Controllers/AuthController.php index a5c44b3..c9c05ad 100644 --- a/app/Http/Controllers/AuthController.php +++ b/app/Http/Controllers/AuthController.php @@ -33,7 +33,8 @@ public function loginAction(LoginRequest $request){ public function register(){ return view('auth.register', [ - 'title' => 'Daftar' + 'title' => 'Daftar', + 'sample' => "Hai" ]); } diff --git a/resources/views/auth/register.blade.php b/resources/views/auth/register.blade.php index f4882e3..cfb951c 100644 --- a/resources/views/auth/register.blade.php +++ b/resources/views/auth/register.blade.php @@ -13,6 +13,7 @@ +
@@ -34,9 +35,6 @@Buat akun baru untuk mengakses panel.
@@ -582,6 +580,39 @@ + + + {{-- @if (session('success-status')) + + @endif --}} + + @if ($errors->any()) + + @endif + + + + + + + {{--