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

Question Answer Mapping

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

@endif
@csrf
Questions:
@forelse ($questions as $item)
{{-- --}}
Answer:
@empty

Sorry ! , No data found .

@endforelse
{{--
--}}
@endsection