From 16ee77d77b0c7771367ea11f9ff406858bd7f09c Mon Sep 17 00:00:00 2001 From: LailaWulandarii Date: Thu, 18 Dec 2025 22:44:05 +0700 Subject: [PATCH] refactor admin dashboard layout to enhance structure and readability --- resources/views/admin/beranda-admin.blade.php | 182 +++++++++++++++++- 1 file changed, 174 insertions(+), 8 deletions(-) diff --git a/resources/views/admin/beranda-admin.blade.php b/resources/views/admin/beranda-admin.blade.php index 6d4e60e..58ea5c5 100644 --- a/resources/views/admin/beranda-admin.blade.php +++ b/resources/views/admin/beranda-admin.blade.php @@ -1,12 +1,178 @@ @extends('layouts.admin') -@section('title', 'Beranda') @section('content') -
-
-
-

Selamat Datang di Flo.do Admin!

-

Ini adalah halaman dashboard.

+@section('title', 'Beranda') + +@section('content') +
+ +
+
+
+

Bunga Diambil Hari Ini

+
+
+
+ + + + + + + + + + + + + + + +
WaktuNama PelangganNama BuketAksi
Si GantengKomentar dia...
+
+
+
-
-
+ +
+
+
+

Jadwal Foto Hari Ini

+
+
+
+ + + + + + + + + + + + + +
WaktuNama PelangganNama PaketAksi
Si KerenKomentar dia...
+
+
+
+
+ +
+
+

Pesanan Pending

+
+
+ + + +
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + +
No.Nama PelangganNama BuketTanggal AmbilTotalStatusAksi
+

1

+
+

Congratulations

+
+

Congratulations

+
+

Congratulations

+
+

Congratulations

+
+

Congratulations

+
+ +
+
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + +
No.Nama PelangganNama PaketTanggal BookingTotalStatusAksi
+

1

+
+

Congratulations

+
+

Congratulations

+
+

Congratulations

+
+

Congratulations

+
+

Congratulations

+
+ +
+
+
+ +
+
+
+ + @endsection