Policy is a documented policy outlining green initiatives implemented at your premises and/or
office
such as 3R practices, the use of LED Lighting, energy efficient equipment, and others
environmentally-friendly activities.
Document Details
@php
$policy = $application->attachments->where('type', 'policy')->first();
@endphp
@if ($policy)
[View Here]
@else
No documents available
@endif