@forelse($custom_assessment as $custom)

{{$custom['custom_mapping_title']}}

{!! \Illuminate\Support\Str::limit($custom['custom_mapping_overview'], 100, ' ...') !!}

More Details
₹{{$custom['custom_mapping_amount']}}
@if($custom['custom_mapping_is_discount'])
{{$custom['custom_mapping_discount']}}
@endif

{{ $custom['custom_mapping_is_discount'] ? 'Introductory offer' : '' }}

{{$custom['exam_duration']}}
@if(!empty($custom['candidate_assessment'])) @if($custom['candidate_assessment']->status == 1) BUY NOW Take Assessment @elseif($custom['candidate_assessment']->status == 2) BUY NOW Take Assessment @elseif($custom['candidate_assessment']->status == 3) BUY NOW Started @elseif($custom['candidate_assessment']->status == 4) BUY NOW Report generation Inprogress @elseif($custom['candidate_assessment']->status == 5) BUY NOW View Report @else BUY NOW @endif @else BUY NOW @endif
@empty
@endforelse