@if (Session::has('sussess'))
{{ session::get('success') }}
@elseif(Session::has('fail'))
{{ session::get('fail') }}
@endif
Application ID:{{ $applicationData->application_uid }}
@if ($message = Session::get('success'))
@endif
{{ $message }}
Documents Update Successfully
Sr.No. | Objective criteria | Cross reference to supporting evidence provided | Action |
---|---|---|---|
{{ $chapter->title ?? '' }} |
|||
{{ $question->code ?? '' }} | {{ $question->title }} |
@php
$documentsData = [];
if (isset($file[0])) {
$documentsData = getDocument($question->id, $application_id, $course_id) ?? 0;
$photographdata = getPhotograph($question->id, $application_id, $course_id) ?? 0;
}
@endphp
{{-- getting documents for each row --}}
@if (count($documentsData) > 0)
@foreach ($documentsData as $docItem)
@else
@endif
{{-- getting documents for each row end point --}}
{{ getButtonText($docItem->id) }}
@endforeach
@php
$last_document = $documentsData[count($documentsData) - 1];
@endphp
@if (getCommentsData($last_document->id))
{{-- @dd(getCommentsData($last_document->id)) --}}
@if (
$last_document &&
getCommentsData($last_document->id)->status != 4 &&
getCommentsData($last_document->id)->status != 3 &&
getCommentsData($last_document->id)->status != 6)
{{ updatedBy($docItem->id) }}
{{ getButtonText($photo->id) }}
@endforeach
{{ updatedBy($photo->id) }}
|
@if (checkCommentsExist($question->id, $application_id,$course_id) == true) @else Comment pending! @endif |
{!! getComments($question->id, $application_id) !!} |