Summary Reports
@foreach ($courses as $item)
@if($item->application_id!==null)
@endif
@endforeach
Sr. No. | Course Name | Duration | Eligibilty | Action |
---|---|---|---|---|
{{ $loop->iteration }} | {{ $item->course_name }} | {{ $item->years }} Year(s) {{ $item->months }} Month(s) {{ $item->days }} Day(s) {{ $item->hours }} Hour(s) | {{ $item->eligibility }} | @if(Auth::user()->assessment==2) @if($item->application_id!==null) View Summary Report @else Report Not Generated @endif @else @if($item->application_id!==null) View Summary Report @else Report Not Generated @endif @endif |