@forelse($custom_assessment as $custom)

{{$custom->title}}

{{$custom->overview_description}}

More Details
{{ $custom->assessmetDetails ? $custom->assessmetDetails->getOverAllDuration() : ''}}
@php $actual_amount = '0'; @endphp @if(isset($custom->amount)) @php $actual_amount = number_format($custom->amount); @endphp @endif @php $final_amount = $custom->amount; if(isset($custom->discount) && $custom->discount > 0){ $discounted_price = $custom->amount * ($custom->discount/100); $final_amount = $custom->amount - $discounted_price; }else{ $final_amount = $custom->amount; } $final_amount = number_format($final_amount); @endphp
₹{{$final_amount}}
@if(isset($custom->discount) && $custom->discount > 0)
{{$actual_amount}}
@endif
{{-- @if(!empty($candidate_assessment)) @php $is_assessment_not_mapped = 1; @endphp @foreach($candidate_assessment as $candidate_mapped_assessment) @if($candidate_mapped_assessment->assessment_id == $custom->assessment_id) @if($candidate_mapped_assessment->status == 1) @php $is_assessment_not_mapped = 0; @endphp Take Assessment @elseif($candidate_mapped_assessment->status == 2) @php $is_assessment_not_mapped = 0; @endphp Take Assessment @elseif($candidate_mapped_assessment->status == 3) @php $is_assessment_not_mapped = 0; @endphp Started @elseif($candidate_mapped_assessment->status == 4) @php $is_assessment_not_mapped = 0; @endphp Waiting for report @elseif($candidate_mapped_assessment->status == 5) @php $is_assessment_not_mapped = 0; @endphp BUY NOW VIEW REPORT @endif @php break; @endphp @endif @endforeach @if($is_assessment_not_mapped == 1) BUY NOW @endif @else BUY NOW @endif --}} BUY NOW
{{-- Remove this and its image when ai olympiad 2026 is over --}} {{--
--}} {{-- Remove till here --}} @empty
Hiremee Assessments

We'll stock up with more assessments.

Keep an eye on this page for further updates.

@endforelse