Merge branch 'main' into production
This commit is contained in:
commit
8e73fd8f09
@ -16,6 +16,7 @@ class SoalController extends Controller
|
|||||||
{
|
{
|
||||||
public function index(Request $request)
|
public function index(Request $request)
|
||||||
{
|
{
|
||||||
|
die('Survey telah ditutup');
|
||||||
$daftarSoal = Soal::orderBy('judul_soal')->get();
|
$daftarSoal = Soal::orderBy('judul_soal')->get();
|
||||||
|
|
||||||
if ($daftarSoal->isEmpty()) {
|
if ($daftarSoal->isEmpty()) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user