Kembali
@php $mainImage = $promotion->images->first(); @endphp
@if($mainImage)
@else
@endif
{{ $promotion->title }}
Posted on: {{ $promotion->created_at->format('D, M d Y H:i') }}
{!! $promotion->content !!}
Promosi Terakhir
@foreach ($latestPromotions as $promo)
@php $promoImage = $promo->images->first(); @endphp
@if($promoImage)
@else
@endif
{{ $promo->title }}
Selengkapnya