@if(count($booked_batches) > 0) @foreach($booked_batches as $key => $booked_batches) @php $is_series_booked = HireMeeHelper::getIsSeriesBooked($booked_batches->test_series_id,$booked_batches->id); $get_batch_min_start_date = \App\Helper\HireMeeHelper::getSeriesDuration($booked_batches->test_series_id,1,$booked_batches->id); $is_check_time_exist = HireMeeHelper::getSeriesStartAssessTimeStatus($get_batch_min_start_date); @endphp {{ $booked_batches->created_at }} {{ $booked_batches->batch_name }} {{ \App\Helper\HireMeeHelper::getSeriesNoofCandidates($booked_batches->test_series_id,$booked_batches->id) }} {{ $get_batch_min_start_date }} {{ \App\Helper\HireMeeHelper::getSeriesDuration($booked_batches->test_series_id,2,$booked_batches->id) }} @if($is_check_time_exist) @else @endif @endforeach @else No record found @endif