@extends('admin.layouts.app') @section('title', 'Detail Challenge') @section('content') ← Kembali ke Daftar Challenge @php $isLewat = \Carbon\Carbon::parse($challenge->tenggat_waktu)->isPast(); @endphp {{-- INFO --}}
📝 Daftar Soal Challenge
@forelse($challenge->soal as $i => $soal){{ $soal->pertanyaan }}
Belum ada soal.
@endforelse