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

{{ trans('Quiz Start') }}

@php $getUserRoleData = userRoleData(); $LeadSources = explode(",",$getUserRoleData->LeadSources); if(isset($_REQUEST['date'])) { $from_date = $_REQUEST['date']; } @endphp
@if(session()->has('message'))

{{ trans('labels.Successlabel') }}

{{ session()->get('message') }}
@endif @if(session()->has('error'))

{{ trans('labels.WarningLabel') }}

{{ session()->get('error') }}
@endif
--> @if($result['quiz_obtainmark']!=count($result['questiondata'])) @endif @endsection