main
Ilham Wara Nugroho 2025-09-02 08:45:58 +07:00
parent e83149996d
commit 432f9a1e38
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@
<?php
$image = json_decode($kegiatan[0]->image);
?>
<img src="{{ asset($image[0]) }}" alt="" class="w-full lg:w-[100%] rounded-[10px]">
<img src="{{ asset(@$image[0]) }}" alt="" class="w-full lg:w-[100%] rounded-[10px]">
<div class="flex flex-row gap-3 items-center">
<span class="p-2 bg-warning text-xs rounded-[10px] text-white">Kegiatan {{ $kegiatan[0]->kategori }}</span>
<span class="text-xs opacity-[50%]">{{ date('D',strtotime($kegiatan[0]->created_at)) }}, {{ date('d M Y',strtotime($kegiatan[0]->created_at)) }}</span>