@include('layout.header') RAV Accreditation
Uploading...
@include('layout.topbar')
@if (Auth::user()->role == '1') @include('layout.sidebar') @elseif(Auth::user()->role == '2') @include('layout.siderTp') @elseif(Auth::user()->role == '3') @include('layout.sideAss') @elseif(Auth::user()->role == '4') @include('layout.sideprof') @endif @include('layout.rightbar')
@if (Session::has('sussess')) @elseif(Session::has('fail')) @endif
@if (auth()->user()->assessment == 1)
@csrf
Write Remark

Only documents that have been rejected or approved will be displayed in the dropdown.
0/500 characters
@endif @if (!$remarks->isEmpty())
Remarks
@foreach ($remarks as $item) @endforeach
Sr.No. Remark Document Added By
{{ $loop->iteration }} {{ $item->remark }} {{ getButtonText($item->document_id) }} {{ $item->user->firstname }} {{ $item->user->middlename }} {{ $item->user->lastname }}
@else

No Comments Found

There are no remarks available for this application at the moment.

@endif
@include('layout.footer')