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

Edit Exam/Sub to Question

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

@endif
@csrf @method('PUT')
Exam/Subject Name:
Questions:
@forelse ($questions as $item)
id, $object->question_id) ? 'checked' : '' }}>
@empty

Sorry ! , No data found .

@endforelse
@endsection