{{ __('Kelola layanan ujian, metode pengerjaan, dan harga.') }}
| {{ __('Judul') }} | {{ __('Tipe') }} | {{ __('Metode') }} | {{ __('Durasi') }} | {{ __('Harga') }} | {{ __('Status') }} | {{ __('Action') }} |
|---|---|---|---|---|---|---|
|
{{ $item->title }}
@if ($item->description)
{{ $item->description }}
@endif
|
{{ $item->exam_type ?: '-' }} | {{ $item->delivery_method ?: '-' }} | {{ $item->duration_minutes ? ($item->duration_minutes.' m') : '-' }} | {{ number_format((float) $item->price_amount, 0, ',', '.') }} {{ $item->currency }} | {{ $item->is_active ? __('Aktif') : __('Nonaktif') }} | {{ __('Edit') }} |
| {{ __('Tidak ada data.') }} | ||||||