@php $i = 0; @endphp @forelse($datalist as $education) @php $todatdate=date("Y-m-d", strtotime($education['created_at'])); if(($rengdate['startDate'] <= $todatdate) && ($todatdate <= $rengdate['endDate'])){ $rengdate['startDate'].'/'.$todatdate.'/'.$rengdate['endDate']; $i = $education['hours'] + $education['inhome_hours'] + $i; } @endphp @empty @endforelse
Date Education Attended? Positive/Negative Day? #Hours Education Report In House Education
{{date(config('choicescrm.date_format_forms'), strtotime($education['created_at']))}} @if(isset($education['education_attended'])) {{$education['education_attended']}} @endif @if(isset($education['positive_negative_day']) && !empty(isset($education['positive_negative_day']))) {{$education['positive_negative_day']}} @endif {{$education['hours'] + $education['inhome_hours']}} @if(isset($education['forms_id']) && !empty($education['forms_id'])) @endif @if(isset($education['inhouseId']) && !empty($education['inhouseId'])) @else - @endif
No record found