diff --git a/backend/resources/views/admin/fitur/index.blade.php b/backend/resources/views/admin/fitur/index.blade.php index b12a6a6..8873881 100644 --- a/backend/resources/views/admin/fitur/index.blade.php +++ b/backend/resources/views/admin/fitur/index.blade.php @@ -18,7 +18,7 @@ - + @@ -26,10 +26,10 @@ @forelse ($fitur as $key => $item) - - + -
NomorNomor Fitur Aksi
{{ $key + 1 }}{{ $item->deskripsi }} + {{ $key + 1 }}{{ $item->deskripsi }} +
+ @if (!isset($kategori)) + + @endif +
+ + + @if (session('success')) +
+ {{ session('success') }} +
+ @endif - - - @if (session('success')) -
- {{ session('success') }} -
- - @endif - - @if ($errors->any()) -
-
    - @foreach ($errors->all() as $error) -
  • {{ $error }}
  • - @endforeach -
-
- - @endif - - -
-
- - - - - - - - - - - - - - @forelse($templates as $key => $template) - - - - - - - - - - @empty - - - - @endforelse - -
NomorNama TemplateKategoriFiturFotoHargaAksi
{{ $key + 1 }}{{ $template->nama_template }}{{ $template->kategori->nama ?? '-' }}{{ $template->fitur->deskripsi ?? '-' }} -
- foto -
-
- Rp {{ number_format($template->harga, 0, ',', '.') }} - -
- -
- @csrf - @method('DELETE') - -
-
-
Belum ada template
-
-
- - - @if (!isset($kategori)) -