update
parent
e83149996d
commit
432f9a1e38
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue