From 6d53e31f042f2c696bcad00a4ad6e358af63332c Mon Sep 17 00:00:00 2001 From: LailaWulandarii Date: Fri, 26 Dec 2025 21:35:53 +0700 Subject: [PATCH] delete old beranda views and add profil + login viewa --- resources/views/admin/beranda-admin.blade.php | 177 ------------ .../views/admin/beranda-pemilik.blade.php | 260 ------------------ resources/views/admin/login.blade.php | 63 +++++ resources/views/admin/profil.blade.php | 156 +++++++++++ 4 files changed, 219 insertions(+), 437 deletions(-) delete mode 100644 resources/views/admin/beranda-admin.blade.php delete mode 100644 resources/views/admin/beranda-pemilik.blade.php create mode 100644 resources/views/admin/login.blade.php create mode 100644 resources/views/admin/profil.blade.php diff --git a/resources/views/admin/beranda-admin.blade.php b/resources/views/admin/beranda-admin.blade.php deleted file mode 100644 index 611c100..0000000 --- a/resources/views/admin/beranda-admin.blade.php +++ /dev/null @@ -1,177 +0,0 @@ -@extends('layouts.admin') - -@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 diff --git a/resources/views/admin/beranda-pemilik.blade.php b/resources/views/admin/beranda-pemilik.blade.php deleted file mode 100644 index f4700ca..0000000 --- a/resources/views/admin/beranda-pemilik.blade.php +++ /dev/null @@ -1,260 +0,0 @@ -@extends('layouts.admin') - -@section('title', 'Beranda') - -@section('content') -
-
-
-
-
-
-
-
-
- -
-
-
-
Profile Views
-
112.000
-
-
-
-
-
-
-
-
-
-
-
- -
-
-
-
Followers
-
183.000
-
-
-
-
-
-
-
-
-
-
-
- -
-
-
-
Following
-
80.000
-
-
-
-
-
-
-
-
-
-
-
- -
-
-
-
Saved Post
-
112
-
-
-
-
-
-
-
-
-
-
-
-
-

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 diff --git a/resources/views/admin/login.blade.php b/resources/views/admin/login.blade.php new file mode 100644 index 0000000..949ed56 --- /dev/null +++ b/resources/views/admin/login.blade.php @@ -0,0 +1,63 @@ + + + + + + + Login - Flo.do + + + + + + + + +
+ +
+ + + + + diff --git a/resources/views/admin/profil.blade.php b/resources/views/admin/profil.blade.php new file mode 100644 index 0000000..4f28ebf --- /dev/null +++ b/resources/views/admin/profil.blade.php @@ -0,0 +1,156 @@ +@extends('layouts.admin') +@section('title', 'Profil') + +@section('content') +
+
+
+

Edit Profil

+
+
+
+
+
+
+
+
+ + +
+
+ +
+
+ + +
+
+
+
+
+
+ + +
+
+
+
+ + +
+
+ +
+
+ + +
+ +
+
+
+
+
+ + +
+
+
+ + + + + +
+
+
+
+
+
+
+

Ubah Kata Sandi

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