| {{ $rd->date ? \Carbon\Carbon::parse($rd->date)->format('F d, Y') : '' }} |
{{ $rd->title }} |
{{ $rd->start_date ? \Carbon\Carbon::parse($rd->start_date)->format('F d, Y') : '' }} |
{{ $rd->end_date ? \Carbon\Carbon::parse($rd->end_date)->format('F d, Y') : '' }} |
{{ $rd->status }} |
{{ $rd->total_count . ' out of 8' }} |
@if($rd->is_ensure_compliance == 1)
✓ Ensure compliance to all necessary laboratory accreditations/certification/UP REB clearance/RGAO registration.
@else
✖ Ensure compliance to all necessary laboratory accreditations/certification/UP REB clearance/RGAO registration.
@endif
@if($rd->is_identify == 1)
✓ Identify which marker/s will be part of the testing.
@else
✖ Identify which marker/s will be part of the testing.
@endif
@if($rd->is_secure_materials == 1)
✓ Secure materials needed to develop/validate test methods
@else
✖ Secure materials needed to develop/validate test methods
@endif
@if($rd->is_perform_analytical == 1)
✓ Perform analytical validation
@else
✖ Perform analytical validation
@endif
@if($rd->is_perform_clinical == 1)
✓ Perform clinical validation
@else
✖ Perform clinical validation
@endif
@if($rd->is_perform_cost == 1)
✓ Perform cost analysis
@else
✖ Perform cost analysis
@endif
@if($rd->is_creation == 1)
✓ Creation and documentation of work instructions and protocols
@else
✖ Creation and documentation of work instructions and protocols
@endif
@if($rd->is_secure_approval == 1)
✓ Secure approval for test deployment in public
@else
✖ Secure approval for test deployment in public
@endif
|
@endforeach