@extends('layouts.backend.master') @section('content')

Questions

@if(Session::has('success'))
× {{ Session::get('success') }} @php Session::forget('success'); @endphp
@endif @if ($errors->any())
× @foreach ($errors->all() as $error) {{ $error }}
@endforeach
@endif @forelse ($question_data as $question) @empty

No Question Found.

@endforelse
QuestionNo Question Topic Instructions Right Answer Action
{{$question->id }} {{$question->question_title}} {{$question->question_topic}} {{$question->question_instructions}} {{$question->right_answer}}
QuestionNo Question Topic Instructions Right Answer Action
@endsection