@extends('front'.viewPrfx().'layouts.master') @section('breadcrumb') @include('front'.viewPrfx().'partials.breadcrumb') @endsection @section('content')
@if ($quizes) @foreach ($quizes as $k => $q) @php $d = objToArr(json_decode($q['quiz_data'])); @endphp @endforeach @else @endif
@endsection