From bef4b736d8ea53999d924e09efdc7c4563febeed Mon Sep 17 00:00:00 2001 From: LailaWulandarii Date: Mon, 5 Jan 2026 19:18:18 +0700 Subject: [PATCH] delete inline styling for header table --- .../views/admin/paket-foto/index.blade.php | 37 +++++++++++-------- 1 file changed, 21 insertions(+), 16 deletions(-) diff --git a/resources/views/admin/paket-foto/index.blade.php b/resources/views/admin/paket-foto/index.blade.php index f30f738..f6344a4 100644 --- a/resources/views/admin/paket-foto/index.blade.php +++ b/resources/views/admin/paket-foto/index.blade.php @@ -54,26 +54,31 @@ - - + + - - - + + + + @forelse ($foto as $f) - + - + + -
No.Nama PaketNo.Nama Paket DeskripsiHargaFotoAksiDurasiHargaFotoAksi
{{ $loop->iteration }}{{ $f->nama }}{{ $f->nama }} {{ Str::limit($f->deskripsi, 50) }}Rp {{ number_format($f->harga, 0, ',', '.') }} + {{ $f->durasi == 0 ? '-' : $f->durasi }} + Rp + {{ number_format($f->harga, 0, ',', '.') }} Foto Produk + @@ -106,19 +111,19 @@ - - - - + + + + @forelse ($additional as $add) - - - - + + +
No.Nama AdditionalHargaAksiNo.Nama AdditionalHargaAksi
{{ $loop->iteration }}{{ $add->nama }}Rp {{ number_format($add->harga, 0, ',', '.') }} + {{ $loop->iteration }}{{ $add->nama }}Rp {{ number_format($add->harga, 0, ',', '.') }}