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

Exam/Subject Question Mapping


@if ($message = Session::get('success'))

{{ $message }}

@endif @foreach ($object as $obj) @endforeach
No Exam/Subject Created Date Action
{{ ++$i }} {{ isset($obj->subject[0]->name) ? $obj->subject[0]->name : '------' }} {{-- {!! str_replace("'", "\'", json_encode($obj->question_id)) !!} --}} {{ $obj->created_at }}
Show Edit @csrf @method('DELETE')
{!! $object->links() !!} @endsection