@include('header')

Upload Question Details

This is where you view the question that has been uploaded.


@foreach ($getRecord4 as $detail) @endforeach
ID Domain Question Type Created At
{{ $detail->id }} {{ $detail->domain }} {{ $detail->question }} {{ $detail->type }} {{ $detail->created_at }} Edit
@csrf @method('DELETE')