@extends('layouts.layout') @section('content')

Assign Exam/Sub to Question

@if ($errors->any())
Whoops! There were some problems with your input.

@endif
@csrf
Exam Name:
Subject Name:
Questions:
@forelse ($questions as $item)
@empty

Sorry ! , No data found .

@endforelse
@endsection