@extends('companyAdmin.layouts.auth') @section('title') {{ env('APP_NAME') }} | Message Details @endsection @section('styles') @endsection @section('content')
Question
{{ $messageDetails->challenge_question }}
Submitted Answer
{{ $submitted_answer_option }}
{{ $submitted_answer }}
Your Answer is wrong
@if(count($message_array) > 0) @if(isset($message_array))