@extends('layouts/admin') @section('content')
Add New
@foreach ($data as $key => $item) @endforeach
No Pertanyaan A B C D Action
{{ $key + 1 }} {{ $item->question }} {{ $item->opt_a }} {{ $item->opt_b }} {{ $item->opt_c }} {{ $item->opt_d }}
@endsection @push('scripts') @endpush