Perbaiki penggunaan data di komponen memo
- Ganti 'name_rute' menjadi 'name' untuk menampilkan nama - Perbarui path gambar dari 'foto_rute' menjadi 'path'
This commit is contained in:
@@ -328,10 +328,10 @@
|
||||
<div class="flex items-center justify-between mt-5">
|
||||
<div class="grid gap-5">
|
||||
<h2 class="text-gray-600 font-semibold text-xl">
|
||||
{{ ($item['name_rute'] ?? "") . ' ' . $loop->index + 1 }}
|
||||
{{ ($item['name'] ?? "") . ' ' . $loop->index + 1 }}
|
||||
</h2>
|
||||
<div class="flex items-center">
|
||||
<img src="{{ Storage::url($item['foto_rute']) }}" alt="">
|
||||
<img src="{{ Storage::url($item['path']) }}" alt="">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user