| Date/Time | Status | User Name (Role) | Remark | ||
|---|---|---|---|---|---|
| {{ $log->created_at->format('d-m-Y h:i a') }} | {{ $log->status }} | @if ($log->user) @if ($log->user_id == $application->user_id){{ $log->user?->name }} (Applicant) | @else{{ $log->user?->name }} ({{ $log->user?->roles?->first()?->name }}) | @endif @else- | @endif{{ $log->remarks }} |
| {{ __('Company PIC Member ' . ($index + 1)) }} | |||
| {{ __('Name') }} | {{ __('Designation') }} | {{ __('Mobile Phone') }} | {{ __('Email') }} |
| {{ $item['name'] }} | {{ $item['designation'] }} | {{ $item['phone_no'] }} | {{ $item['email'] }} |
| {{ __('Service List') }} | |||
| {{ __('No.') }} | {{ __('Service Name') }} | {{ __('Description') }} | {{ __('Document Uploaded') }} |
| {{ '1' }} | {{ $application->services->name }} | {{ $application->services->description }} |
@if ($service->attachments->isNotEmpty())
|
|
{{ __('Sustainable Policy') }}
{{ '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.' }} |
|||
| {{ __('Policy Submitted') }} | {{ __('Document Uploaded') }} | ||
| {{ $application->policy_name }} | @php $policy = $application->attachments->where('type', 'policy')->first(); @endphp @if ($policy) [View Here] @else No documents available @endif | ||
|
{{ __('Certificate of Competency') }}
{{ 'Relevant document related to the products applied, recognized by MGTC. (e.g., certificate, reports, and test reports)' }} |
|||
| {{ __('Certificate of Competency Submitted') }} | {{ __('Document Uploaded') }} | ||
| {{ __('Certificate of Competency for SEDA Malaysia Grid-Connected Photovoltaic Systems Design Course') }} | @php $policy = $application->attachments->where('type', 'certificate_competency')->first(); @endphp @if ($policy) [View Here] @else No documents available @endif | ||
| {{ __('Certificate of Perakuan Pendaftaran Pembekal Perkhidmatan Fotovoltaik Suria Berdaftar') }} | @php $policy = $application->attachments->where('type', 'certificate_perakuan')->first(); @endphp @if ($policy) [View Here] @else No documents available @endif | ||
|
{{ __('Standard Operating Procedure (SOP)') }}
{{ 'The SOP must detail the processes involved in delivering your services, from start to completion, with a focus on environmental considerations (e.g., cleaning services or green landscaping). It should comprehensively address energy management, water usage, waste management, pollution control, safety measures, and any other relevant processes that support your sustainable service offerings.' }} |
|||
| {{ __('SOP Submitted') }} | {{ __('Document Uploaded') }} | ||
| {{ $application->sop_name }} | @php $policy = $application->attachments->where('type', 'certificate_sop')->first(); @endphp @if ($policy) [View Here] @else No documents available @endif | ||