Solar Training

Select Year
Start Date
End Date
Select Attendance {{ $solar_attendance }}
Given Courses
{{--
--}}
{{-- --}} @if (!empty($solar_subjects)) @foreach ($solar_subjects as $solar) {{-- --}} @endforeach @endif
DescriptionPhaseAttendance Actions
{{ $solar->subject_name}} {{$solar->s_course_phase }} {{$solar_attendance }} @if ($solar_attendance) @if (App\Helpers\Helper::isAdded($solar->id, $solar_selected_subjects))
@else
@endif @endif
Course Details
@if (!empty($solar_selected_subjects))
@if (!empty($solar_selected_subjects)) @foreach ($solar_selected_subjects as $solar) @endforeach
Course : {{ $solar['name'] }}
Year : {{ $solar_year }}
Start Date : {{ $solar_start_date }}
End Date : {{ $solar_end_date }}
Attendance : {{$solar_attendance }}
Price : R {{ $solar['price'] }}
@endif
@endif
@if (strtolower($solar_attendance) == 'fulltime')
Fees
Admin : R{{$solarAdmin}}
Reg. : R{{$solarReg}}
@endif
@if (count($solar_selected_subjects) >= 1) @endif