@extends('layouts.master') @section('title') @lang('translation.Data_Tables') @endsection @section('css') @endsection @section('content') @include('components.breadcum')

Title:

{{$data->title}}

Description:

{!! $data->description !!}

{{$data->quiz_name}} :

@foreach($data['questions'] as $key => $questions) @foreach($questions['answers'] as $keys => $answers) @if($answers->options != 'Not from all') @endif @endforeach @endforeach
Q {{$key+1}}.    {{$questions->question_name}}
{{$answers->options}} is_right == '1') checked @endif disabled>
@endsection @section('script') @endsection