@if ($survey->reward)
Reward Rp. {{ number_format($survey->reward, 0, '', '.') }}
@endif
{{ $survey->title }}
@if ($active)
Ikut survey
@elseif($comingsoon)
Ikut survey
@endif
@php
setlocale (LC_TIME, 'id_ID');
@endphp
Mulai {{ date("d M Y", strtotime($survey->start_date)) }}
Berakhir {{ date("d M Y", strtotime($survey->end_date)) }}