Compare commits

..

No commits in common. "8e73fd8f09c74ee7afb8975a538244b813aa21f4" and "23a364ddff4cf62434d8bb004d627c1072c646e6" have entirely different histories.

View File

@ -16,7 +16,6 @@ class SoalController extends Controller
{
public function index(Request $request)
{
die('Survey telah ditutup');
$daftarSoal = Soal::orderBy('judul_soal')->get();
if ($daftarSoal->isEmpty()) {