@php function GetImageBase64($imagePath){ $type =pathinfo($imagePath,PATHINFO_EXTENSION); $data = file_get_contents($imagePath); $pic ='data:image/'. $type .';base64,'. base64_encode($data); return $pic; } @endphp @php $i=1; @endphp @if(count($log_details) == 0 && count($spojresult_match) == 0)
| Coding simulation section not found. |
| Problem Statement : {{$i}} | |||||||||
|
{!! $log_detail['question'] ?? "" !!}
|
|||||||||
| Score Obtained : {{$log_detail['get_score'] ?? "0"}} out of {{$log_detail['total_score'] ?? "0"}} | Result : {{ !empty($log_detail['submission_status_code']['status_name']) ? ucwords($log_detail['submission_status_code']['status_name']) : "Not Answered"}} | Difficulty Level : {{$log_detail['difficulty_level'] ?? ""}} | Language Used : {{$log_detail['used_language']['language'] ?? ""}} | ||||||
|
|||||||||
| Submitted Solution : |
{{ $log_detail['candidate_answer'] ?? "" }}
|
| Problem Statement : {{$j}} | ||||||
| {!! $spojresults_match['question'] ?? "" !!} | ||||||
| Score Obtained : {{$spojresults_match['get_score'] ?? "0"}} out of {{$spojresults_match['total_score'] ?? "0"}} | Result : {{$spojresults_match['attempted_status']}} | Difficulty Level : {{$spojresults_match['difficulty_level'] ?? ""}} | Language Used : {{$spojresults_match['used_language']['language'] ?? "NA"}} | |||
|
||||||
| Submitted Solution : |
| No Records Found |