From ae81d50a791c66696ab23e727e04474c2170be5f Mon Sep 17 00:00:00 2001 From: Ryan Maulana Date: Tue, 19 May 2026 18:25:49 +0700 Subject: [PATCH] perbaikan perbaikan untuk responsive di mobile di fixkan lagi --- .../laporan/index.blade_20260519181246.php | 575 +++++++++++++ .../auth/forgot.blade_20260505222356.php | 348 ++++++++ .../auth/forgot.blade_20260519174633.php | 485 +++++++++++ .../views/auth/login.blade_20260519173755.php | 520 +++++++++++ .../views/auth/login.blade_20260519173757.php | 520 +++++++++++ .../views/auth/login.blade_20260519173758.php | 520 +++++++++++ .../views/auth/otp.blade_20260506004318.php | 353 ++++++++ .../views/auth/otp.blade_20260519175054.php | 493 +++++++++++ .../auth/register.blade_20260505222200.php | 372 ++++++++ .../auth/register.blade_20260519174217.php | 510 +++++++++++ .../views/auth/reset.blade_20260506010422.php | 365 ++++++++ .../views/auth/reset.blade_20260519175353.php | 514 +++++++++++ .../layouts/app.blade_20260519175911.php | 813 ++++++++++++++++++ resources/views/admin/laporan/index.blade.php | 103 +-- resources/views/auth/forgot.blade.php | 167 +++- resources/views/auth/login.blade.php | 162 ++-- resources/views/auth/otp.blade.php | 174 +++- resources/views/auth/register.blade.php | 168 +++- resources/views/auth/reset.blade.php | 185 +++- resources/views/layouts/app.blade.php | 9 - 20 files changed, 7128 insertions(+), 228 deletions(-) create mode 100644 .history/resources/views/admin/laporan/index.blade_20260519181246.php create mode 100644 .history/resources/views/auth/forgot.blade_20260505222356.php create mode 100644 .history/resources/views/auth/forgot.blade_20260519174633.php create mode 100644 .history/resources/views/auth/login.blade_20260519173755.php create mode 100644 .history/resources/views/auth/login.blade_20260519173757.php create mode 100644 .history/resources/views/auth/login.blade_20260519173758.php create mode 100644 .history/resources/views/auth/otp.blade_20260506004318.php create mode 100644 .history/resources/views/auth/otp.blade_20260519175054.php create mode 100644 .history/resources/views/auth/register.blade_20260505222200.php create mode 100644 .history/resources/views/auth/register.blade_20260519174217.php create mode 100644 .history/resources/views/auth/reset.blade_20260506010422.php create mode 100644 .history/resources/views/auth/reset.blade_20260519175353.php create mode 100644 .history/resources/views/layouts/app.blade_20260519175911.php diff --git a/.history/resources/views/admin/laporan/index.blade_20260519181246.php b/.history/resources/views/admin/laporan/index.blade_20260519181246.php new file mode 100644 index 0000000..cfb7eda --- /dev/null +++ b/.history/resources/views/admin/laporan/index.blade_20260519181246.php @@ -0,0 +1,575 @@ +@extends('layouts.app') + +@section('content') + + + + {{-- ─── HERO ─── --}} +
+
+ +
+
+

Laporan Bulanan

+

Ringkasan data iuran dan aktivitas penghuni per bulan

+
+
+ +
+ + {{-- ─── STATS ─── --}} +
+
+
+

{{ $sukses }}

+

Sukses

+
+
+
+

{{ $gagal }}

+

Gagal

+
+
+
+

{{ $totalPenghuni }}

+

Penghuni

+ @if(Auth::user()->role !== 'admin') +

RT Saya

+ @endif +
+
+
+

{{ $totalRumah }}

+

Rumah

+ @if(Auth::user()->role !== 'admin') +

RT Saya

+ @endif +
+
+
+

Rp {{ number_format($totalIuran, 0, ',', '.') }}

+

Total Iuran

+
+
+ + {{-- ─── MAIN GRID ─── --}} +
+ + {{-- KIRI: FORM CETAK --}} +
+
+ + Cetak Laporan +
+
+
+ +
+
+ + +
+ +
+ + +
+
+ + + +
+ +
+ +

Laporan akan dibuka dalam format PDF dan siap untuk dicetak atau disimpan.

+
+
+
+ + {{-- KANAN: RINGKASAN --}} +
+
+ + Isi Laporan +
+
+

+ Laporan mencakup data lengkap periode yang dipilih: +

+
    +
  • +
    + Data Iuran Bulanan +
  • +
  • +
    + Data Penghuni Aktif +
  • +
  • +
    + Aktivitas Pembayaran +
  • +
  • +
    + Rekap Rumah & Unit +
  • +
  • +
    + Status Tunggakan +
  • +
+
+
+ +
+
+ +@endsection diff --git a/.history/resources/views/auth/forgot.blade_20260505222356.php b/.history/resources/views/auth/forgot.blade_20260505222356.php new file mode 100644 index 0000000..cee34ec --- /dev/null +++ b/.history/resources/views/auth/forgot.blade_20260505222356.php @@ -0,0 +1,348 @@ + + + + + Lupa Password - Green View + + + + + + + + +
+ + {{-- LEFT: Logo Panel --}} +
+
+
+
+ Green View Logo + Real Estate • Bondowoso +
+ + {{-- RIGHT: Form Panel --}} +
+
+ +
+ +
+
🔑 Reset Password
+

Lupa Password?

+

Tenang, kami akan bantu.
Masukkan email akun Anda.

+
+ +
+ 📧 Link reset password akan dikirim ke email Anda +
+ + @if(session('error')) +
{{ session('error') }}
+ @endif + + @if(session('success')) +
{{ session('success') }}
+ @endif + + @if(session('status')) +
{{ session('status') }}
+ @endif + +
+ @csrf + +
+
+ ✉️ + +
+
+ + +
+ + + +
+
+ +
+ + + diff --git a/.history/resources/views/auth/forgot.blade_20260519174633.php b/.history/resources/views/auth/forgot.blade_20260519174633.php new file mode 100644 index 0000000..3980dd5 --- /dev/null +++ b/.history/resources/views/auth/forgot.blade_20260519174633.php @@ -0,0 +1,485 @@ + + + + + Lupa Password - Green View + + + + + + + + +
+ + {{-- TOP / LEFT: Logo Panel --}} +
+
+
+
+ Green View Logo + Real Estate • Bondowoso +
+ + {{-- BOTTOM / RIGHT: Form Panel --}} +
+
+ +
+ +
+
🔑 Reset Password
+

Lupa Password?

+

Tenang, kami akan bantu.
Masukkan email akun Anda.

+
+ +
+ 📧 Link reset password akan dikirim ke email Anda +
+ + @if(session('error')) +
{{ session('error') }}
+ @endif + + @if(session('success')) +
{{ session('success') }}
+ @endif + + @if(session('status')) +
{{ session('status') }}
+ @endif + +
+ @csrf + +
+
+ ✉️ + +
+
+ + +
+ + + +
+
+ +
+ + + diff --git a/.history/resources/views/auth/login.blade_20260519173755.php b/.history/resources/views/auth/login.blade_20260519173755.php new file mode 100644 index 0000000..b5a7ac2 --- /dev/null +++ b/.history/resources/views/auth/login.blade_20260519173755.php @@ -0,0 +1,520 @@ +@extends('layouts.auth') + +@section('content') + + + + + + + +
+ + {{-- TOP / LEFT: Logo Panel --}} +
+
+
+
+ Green View Logo + Real Estate • Bondowoso +
+ + {{-- BOTTOM / RIGHT: Form Panel --}} +
+
+ +
+ +
+
🏡 Real Estate
+

PT Tunggal Griya Sakinah
(GREEN VIEW)

+

Kab. Bondowoso, Jawa Timur

+
+ + @if(session('error')) +
{{ session('error') }}
+ @endif + + @if(session('success')) +
{{ session('success') }}
+ @endif + +
+ @csrf + +
+ +
+ 👤 + +
+
+ +
+ +
+ 🔒 + + +
+
+ + +
+ + + +
+
+ +
+ + + +@endsection diff --git a/.history/resources/views/auth/login.blade_20260519173757.php b/.history/resources/views/auth/login.blade_20260519173757.php new file mode 100644 index 0000000..e02bfaa --- /dev/null +++ b/.history/resources/views/auth/login.blade_20260519173757.php @@ -0,0 +1,520 @@ +@extends('layouts.auth') + +@section('content') + + + + + +
+ + {{-- LEFT: Logo Panel --}} +
+
+
+
+ Green View Logo + Real Estate • Bondowoso +
+ + {{-- RIGHT: Form Panel --}} +
+
+ +
+ +
+
🏡 Real Estate
+

PT Tunggal Griya Sakinah
(GREEN VIEW)

+

Kab. Bondowoso, Jawa Timur

+
+ + @if(session('error')) +
{{ session('error') }}
+ @endif + + @if(session('success')) +
{{ session('success') }}
+ @endif + +
+ @csrf + +
+ +
+ 👤 + +
+
+ +
+ +
+ 🔒 + + +
+
+ + +
+ + + +
+
+ +
+ + + +@endsection diff --git a/.history/resources/views/auth/login.blade_20260519173758.php b/.history/resources/views/auth/login.blade_20260519173758.php new file mode 100644 index 0000000..b5a7ac2 --- /dev/null +++ b/.history/resources/views/auth/login.blade_20260519173758.php @@ -0,0 +1,520 @@ +@extends('layouts.auth') + +@section('content') + + + + + + + +
+ + {{-- TOP / LEFT: Logo Panel --}} +
+
+
+
+ Green View Logo + Real Estate • Bondowoso +
+ + {{-- BOTTOM / RIGHT: Form Panel --}} +
+
+ +
+ +
+
🏡 Real Estate
+

PT Tunggal Griya Sakinah
(GREEN VIEW)

+

Kab. Bondowoso, Jawa Timur

+
+ + @if(session('error')) +
{{ session('error') }}
+ @endif + + @if(session('success')) +
{{ session('success') }}
+ @endif + +
+ @csrf + +
+ +
+ 👤 + +
+
+ +
+ +
+ 🔒 + + +
+
+ + +
+ + + +
+
+ +
+ + + +@endsection diff --git a/.history/resources/views/auth/otp.blade_20260506004318.php b/.history/resources/views/auth/otp.blade_20260506004318.php new file mode 100644 index 0000000..3b1c876 --- /dev/null +++ b/.history/resources/views/auth/otp.blade_20260506004318.php @@ -0,0 +1,353 @@ +@extends('layouts.auth') + +@section('content') + + + + + +
+ + {{-- LEFT: Logo Panel --}} +
+
+
+
+ Green View Logo + Real Estate • Bondowoso +
+ + {{-- RIGHT: Form Panel --}} +
+
+ +
+ +
+
🔐 Verifikasi
+

Verifikasi OTP

+

Masukkan kode OTP yang dikirim ke email Anda

+
+ + @if(session('error')) +
{{ session('error') }}
+ @endif + + @if(session('success')) +
{{ session('success') }}
+ @endif + +
+ @csrf + +
+ +
+ 🔑 + +
+
+ + + +
+ + + +
+
+ +
+ +@endsection diff --git a/.history/resources/views/auth/otp.blade_20260519175054.php b/.history/resources/views/auth/otp.blade_20260519175054.php new file mode 100644 index 0000000..811781d --- /dev/null +++ b/.history/resources/views/auth/otp.blade_20260519175054.php @@ -0,0 +1,493 @@ +@extends('layouts.auth') + +@section('content') + + + + + + + +
+ + {{-- TOP / LEFT: Logo Panel --}} +
+
+
+
+ Green View Logo + Real Estate • Bondowoso +
+ + {{-- BOTTOM / RIGHT: Form Panel --}} +
+
+ +
+ +
+
🔐 Verifikasi
+

Verifikasi OTP

+

Masukkan kode OTP yang dikirim ke email Anda

+
+ + @if(session('error')) +
{{ session('error') }}
+ @endif + + @if(session('success')) +
{{ session('success') }}
+ @endif + +
+ @csrf + +
+ +
+ 🔑 + +
+
+ + + +
+ + + +
+
+ +
+ +@endsection diff --git a/.history/resources/views/auth/register.blade_20260505222200.php b/.history/resources/views/auth/register.blade_20260505222200.php new file mode 100644 index 0000000..5cc7831 --- /dev/null +++ b/.history/resources/views/auth/register.blade_20260505222200.php @@ -0,0 +1,372 @@ +@extends('layouts.auth') + +@section('content') + + + + + +
+ + {{-- LEFT: Logo Panel --}} +
+
+
+
+ Green View Logo + Real Estate • Bondowoso +
+ + {{-- RIGHT: Form Panel --}} +
+
+ +
+ +
+
✨ Daftar Akun
+

PT Tunggal Griya Sakinah
(GREEN VIEW)

+

Buat akun penghuni baru

+
+ + @if(session('error')) +
{{ session('error') }}
+ @endif + + @if($errors->any()) +
+ @foreach($errors->all() as $error) +
{{ $error }}
+ @endforeach +
+ @endif + + @if(session('success')) +
{{ session('success') }}
+ @endif + +
+ @csrf + +
+
+ 👤 + +
+
+ +
+
+ 🪪 + +
+
+ +
+
+ ✉️ + +
+
+ +
+
+ 🔒 + + +
+
+ + +
+ + + +
+
+ +
+ + + +@endsection diff --git a/.history/resources/views/auth/register.blade_20260519174217.php b/.history/resources/views/auth/register.blade_20260519174217.php new file mode 100644 index 0000000..1b0eb95 --- /dev/null +++ b/.history/resources/views/auth/register.blade_20260519174217.php @@ -0,0 +1,510 @@ +@extends('layouts.auth') + +@section('content') + + + + + + + +
+ + {{-- TOP / LEFT: Logo Panel --}} +
+
+
+
+ Green View Logo + Real Estate • Bondowoso +
+ + {{-- BOTTOM / RIGHT: Form Panel --}} +
+
+ +
+ +
+
✨ Daftar Akun
+

PT Tunggal Griya Sakinah
(GREEN VIEW)

+

Buat akun penghuni baru

+
+ + @if(session('error')) +
{{ session('error') }}
+ @endif + + @if($errors->any()) +
+ @foreach($errors->all() as $error) +
{{ $error }}
+ @endforeach +
+ @endif + + @if(session('success')) +
{{ session('success') }}
+ @endif + +
+ @csrf + +
+
+ 👤 + +
+
+ +
+
+ 🪪 + +
+
+ +
+
+ ✉️ + +
+
+ +
+
+ 🔒 + + +
+
+ + +
+ + + +
+
+ +
+ + + +@endsection diff --git a/.history/resources/views/auth/reset.blade_20260506010422.php b/.history/resources/views/auth/reset.blade_20260506010422.php new file mode 100644 index 0000000..b33f946 --- /dev/null +++ b/.history/resources/views/auth/reset.blade_20260506010422.php @@ -0,0 +1,365 @@ +@extends('layouts.auth') + +@section('content') + + + + + +
+ + {{-- LEFT: Logo Panel --}} +
+
+
+
+ Green View Logo + Real Estate • Bondowoso +
+ + {{-- RIGHT: Form Panel --}} +
+
+ +
+ +
+
🏡 Real Estate
+

PT Tunggal Griya Sakinah
(GREEN VIEW)

+

Reset Password

+
+ + @if(session('error')) +
{{ session('error') }}
+ @endif + + @if(session('success')) +
{{ session('success') }}
+ @endif + + @if ($errors->any()) +
+ {{ $errors->first() }} +
+ @endif + +
+ @csrf + +
+ +
+ 🔒 + + +
+
+ +
+ +
+ 🔒 + + +
+
+ + +
+
+
+ +
+ + + +@endsection diff --git a/.history/resources/views/auth/reset.blade_20260519175353.php b/.history/resources/views/auth/reset.blade_20260519175353.php new file mode 100644 index 0000000..60f6735 --- /dev/null +++ b/.history/resources/views/auth/reset.blade_20260519175353.php @@ -0,0 +1,514 @@ +@extends('layouts.auth') + +@section('content') + + + + + + + +
+ + {{-- TOP / LEFT: Logo Panel --}} +
+
+
+
+ Green View Logo + Real Estate • Bondowoso +
+ + {{-- BOTTOM / RIGHT: Form Panel --}} +
+
+ +
+ +
+
🏡 Real Estate
+

PT Tunggal Griya Sakinah
(GREEN VIEW)

+

Reset Password

+
+ + @if(session('error')) +
{{ session('error') }}
+ @endif + + @if(session('success')) +
{{ session('success') }}
+ @endif + + @if ($errors->any()) +
+ {{ $errors->first() }} +
+ @endif + +
+ @csrf + +
+ +
+ 🔒 + + +
+
+ +
+ +
+ 🔒 + + +
+
+ + +
+ + + +
+
+ +
+ + + +@endsection diff --git a/.history/resources/views/layouts/app.blade_20260519175911.php b/.history/resources/views/layouts/app.blade_20260519175911.php new file mode 100644 index 0000000..b6322bf --- /dev/null +++ b/.history/resources/views/layouts/app.blade_20260519175911.php @@ -0,0 +1,813 @@ + + + + + + + + + + + + Green View + + + + + + + + + + + + + + @stack('styles') + + + + + + @stack('scripts') + @php + $isExpired = false; + + if (auth()->check()) { + $penghuni = \App\Models\Penghuni::where('email', auth()->user()->email)->first(); + + if ($penghuni && $penghuni->status_huni == 'Kontrak' && $penghuni->tanggal_keluar) { + $isExpired = now()->gt(\Carbon\Carbon::parse($penghuni->tanggal_keluar)); + } + } + @endphp + {{-- 🔔 NOTIFIKASI REALTIME --}} + @if(session('success')) +
+ {{ session('success') }} + +
+ @endif + + @if(session('error')) +
+ {{ session('error') }} + +
+ @endif + + + +
+ + @if(auth()->check()) + + {{-- 🔥 ADMIN --}} + @if(auth()->user()->role == 'admin') + @include('components.sidebar') + @endif + + {{-- 🔥 RT --}} + @if(auth()->user()->role == 'rt') + @include('components.sidebar_rt') + @endif + + @endif + + +
+ + +
+ + + @if(auth()->check() && auth()->user()->role == 'user') + + @endif + + + + + @yield('content') + + +
+ + + + + + +
+ + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @yield('scripts') + + + + + + + + + + diff --git a/resources/views/admin/laporan/index.blade.php b/resources/views/admin/laporan/index.blade.php index 30ec825..cfb7eda 100644 --- a/resources/views/admin/laporan/index.blade.php +++ b/resources/views/admin/laporan/index.blade.php @@ -114,25 +114,11 @@ height: 3px; } - .stat-card:nth-child(1)::before { - background: #064e3b; - } - - .stat-card:nth-child(2)::before { - background: #dc2626; - } - - .stat-card:nth-child(3)::before { - background: #2563eb; - } - - .stat-card:nth-child(4)::before { - background: #7c3aed; - } - - .stat-card:nth-child(5)::before { - background: #d97706; - } + .stat-card:nth-child(1)::before { background: #064e3b; } + .stat-card:nth-child(2)::before { background: #dc2626; } + .stat-card:nth-child(3)::before { background: #2563eb; } + .stat-card:nth-child(4)::before { background: #7c3aed; } + .stat-card:nth-child(5)::before { background: #d97706; } .stat-card:hover { transform: translateY(-3px); @@ -150,30 +136,11 @@ font-size: 1rem; } - .stat-card:nth-child(1) .stat-icon { - background: #d1fae5; - color: #064e3b; - } - - .stat-card:nth-child(2) .stat-icon { - background: #fee2e2; - color: #dc2626; - } - - .stat-card:nth-child(3) .stat-icon { - background: #dbeafe; - color: #2563eb; - } - - .stat-card:nth-child(4) .stat-icon { - background: #ede9fe; - color: #7c3aed; - } - - .stat-card:nth-child(5) .stat-icon { - background: #fef3c7; - color: #d97706; - } + .stat-card:nth-child(1) .stat-icon { background: #d1fae5; color: #064e3b; } + .stat-card:nth-child(2) .stat-icon { background: #fee2e2; color: #dc2626; } + .stat-card:nth-child(3) .stat-icon { background: #dbeafe; color: #2563eb; } + .stat-card:nth-child(4) .stat-icon { background: #ede9fe; color: #7c3aed; } + .stat-card:nth-child(5) .stat-icon { background: #fef3c7; color: #d97706; } .stat-value { font-size: 1.6rem; @@ -182,25 +149,11 @@ margin-bottom: 5px; } - .stat-card:nth-child(1) .stat-value { - color: #064e3b; - } - - .stat-card:nth-child(2) .stat-value { - color: #dc2626; - } - - .stat-card:nth-child(3) .stat-value { - color: #2563eb; - } - - .stat-card:nth-child(4) .stat-value { - color: #7c3aed; - } - - .stat-card:nth-child(5) .stat-value { - color: #d97706; - } + .stat-card:nth-child(1) .stat-value { color: #064e3b; } + .stat-card:nth-child(2) .stat-value { color: #dc2626; } + .stat-card:nth-child(3) .stat-value { color: #2563eb; } + .stat-card:nth-child(4) .stat-value { color: #7c3aed; } + .stat-card:nth-child(5) .stat-value { color: #d97706; } .stat-label { font-size: 0.78rem; @@ -236,9 +189,7 @@ gap: 9px; } - .card-header i { - color: #064e3b; - } + .card-header i { color: #064e3b; } .card-header span { font-size: 0.75rem; @@ -262,6 +213,7 @@ .field-wrap { flex: 1; + min-width: 0; } .field-label { @@ -298,9 +250,7 @@ cursor: pointer; } - .field-select:hover { - border-color: #94a3b8; - } + .field-select:hover { border-color: #94a3b8; } .field-select:focus { border-color: #064e3b; @@ -332,9 +282,7 @@ box-shadow: 0 8px 22px rgba(6, 78, 59, 0.38); } - .btn-cetak:active { - transform: translateY(0); - } + .btn-cetak:active { transform: translateY(0); } /* ─── INFO STRIP ─── */ .info-strip { @@ -394,7 +342,6 @@ width: 24px; height: 24px; background: #d1fae5; - color: #064e3b; border-radius: 50%; display: flex; align-items: center; @@ -443,9 +390,18 @@ .form-row-inline { flex-direction: column; + align-items: stretch; /* ← FIX: was missing, caused right-align */ gap: 0.75rem; } + .field-wrap { + width: 100%; + } + + .field-select { + width: 100%; + } + .hero-text h2 { font-size: 1.15rem; } @@ -557,7 +513,8 @@ diff --git a/resources/views/auth/forgot.blade.php b/resources/views/auth/forgot.blade.php index cee34ec..3980dd5 100644 --- a/resources/views/auth/forgot.blade.php +++ b/resources/views/auth/forgot.blade.php @@ -3,22 +3,24 @@ Lupa Password - Green View - + @@ -283,7 +420,7 @@
- {{-- LEFT: Logo Panel --}} + {{-- TOP / LEFT: Logo Panel --}}
@@ -292,7 +429,7 @@ Real Estate • Bondowoso
- {{-- RIGHT: Form Panel --}} + {{-- BOTTOM / RIGHT: Form Panel --}}
@@ -326,7 +463,7 @@
✉️ - +
diff --git a/resources/views/auth/login.blade.php b/resources/views/auth/login.blade.php index e02bfaa..b5a7ac2 100644 --- a/resources/views/auth/login.blade.php +++ b/resources/views/auth/login.blade.php @@ -4,19 +4,23 @@ + +
- {{-- LEFT: Logo Panel --}} + {{-- TOP / LEFT: Logo Panel --}}
@@ -454,7 +454,7 @@ Real Estate • Bondowoso
- {{-- RIGHT: Form Panel --}} + {{-- BOTTOM / RIGHT: Form Panel --}}
diff --git a/resources/views/auth/otp.blade.php b/resources/views/auth/otp.blade.php index 3b1c876..811781d 100644 --- a/resources/views/auth/otp.blade.php +++ b/resources/views/auth/otp.blade.php @@ -4,20 +4,23 @@ + +
- {{-- LEFT: Logo Panel --}} + {{-- TOP / LEFT: Logo Panel --}}
@@ -298,7 +436,7 @@ Real Estate • Bondowoso
- {{-- RIGHT: Form Panel --}} + {{-- BOTTOM / RIGHT: Form Panel --}}
@@ -333,6 +471,8 @@ class="form-control" required maxlength="6" autocomplete="one-time-code" + inputmode="numeric" + pattern="[0-9]*" >
diff --git a/resources/views/auth/register.blade.php b/resources/views/auth/register.blade.php index 5cc7831..1b0eb95 100644 --- a/resources/views/auth/register.blade.php +++ b/resources/views/auth/register.blade.php @@ -4,20 +4,23 @@ + +
- {{-- LEFT: Logo Panel --}} + {{-- TOP / LEFT: Logo Panel --}}
@@ -288,7 +426,7 @@ Real Estate • Bondowoso
- {{-- RIGHT: Form Panel --}} + {{-- BOTTOM / RIGHT: Form Panel --}}
@@ -343,8 +481,8 @@
🔒 - - + +
diff --git a/resources/views/auth/reset.blade.php b/resources/views/auth/reset.blade.php index b33f946..60f6735 100644 --- a/resources/views/auth/reset.blade.php +++ b/resources/views/auth/reset.blade.php @@ -4,19 +4,23 @@ + +
- {{-- LEFT: Logo Panel --}} + {{-- TOP / LEFT: Logo Panel --}}
@@ -297,7 +441,7 @@ Real Estate • Bondowoso
- {{-- RIGHT: Form Panel --}} + {{-- BOTTOM / RIGHT: Form Panel --}}
@@ -331,8 +475,8 @@
🔒 - + placeholder="Masukkan password baru" required autocomplete="new-password"> +
@@ -341,8 +485,8 @@
🔒 - + class="form-control" placeholder="Ulangi password baru" required autocomplete="new-password"> +
@@ -350,6 +494,11 @@ class="form-control" placeholder="Ulangi password baru" required> Reset Password + + +
diff --git a/resources/views/layouts/app.blade.php b/resources/views/layouts/app.blade.php index fec6fae..b6322bf 100644 --- a/resources/views/layouts/app.blade.php +++ b/resources/views/layouts/app.blade.php @@ -377,13 +377,6 @@ class="mobile-item {{ request()->routeIs('user.iuran.*') ? 'active' : '' }}"> @yield('scripts') -
- - - - -
- @@ -530,7 +523,6 @@ class="mobile-item {{ request()->routeIs('user.iuran.*') ? 'active' : '' }}"> position: relative; } -/* Jembatan invisible menutup celah antara link dan dropdown */ .has-dropdown::after { content: ''; position: absolute; @@ -795,7 +787,6 @@ class="mobile-item {{ request()->routeIs('user.iuran.*') ? 'active' : '' }}"> setTimeout(() => { $('.alert').fadeOut('slow'); }, 3000); -