{{ $examination->name }}


{!! $examination->description !!}
Periode Pelaksanaan
{{ date('d-m-Y H:i',strtotime($examination->start_at)) . (!empty($examination->end_at) ? ' s/d ' . date('d-m-Y H:i',strtotime($examination->end_at)) : NULL) }}
Harga Tiket
Rp. {{ number_format($examination->price,0) }}
Status
@php $status = ''; switch($examination->status): case 'Plan' : $status = 'Rencana'; break; case 'On Going' : $status = 'Dibuka'; break; case 'Done' : default : $status = 'Ditutup'; break; endswitch; @endphp {{ $status }}
@push('js') @endpush