@component('mail::layout') @slot('header') @component('mail::header', ['url' => 'https://sppmis.vsu.edu.ph/']) VSU-SPPMIS @endcomponent @endslot

Good day!

@if( $action == \App\Models\SPPMO\Constants::PPMP_ACTION_REJECT)

This is to inform you that your PPMP-Supplemental has been REJECTED.

@elseif( $action == \App\Models\SPPMO\Constants::PPMP_ACTION_APPROVE)

This is to inform you that your PPMP-Supplemental has been APPROVED.

@elseif( $action == \App\Models\SPPMO\Constants::PPMP_ACTION_FOR_REVIEW)

There is a new PPMP has been SUBMITTED by {{ $data['supptrack'][0]['personnel']['realname'] }} from {{ $data['supptrack'][0]['personnel']['department']['fullname'] }} ({{ $data['supptrack'][0]['personnel']['department']['acronym'] }}).

@endif

Please check item details below.

@component('mail::panel')

PPMP Details:

PPMP Type: Supplemental
Description: {{ $data['description'] }}
PPMP No.: {{ $data['budget_dist']['ppmp_no'] }}
Project Code: {{ $data['budget_dist']['project_code'] }}
Funding: {{ $data['budget_dist']['fund']['acronym'] }}
Amount: ₱{{ number_format($data['budget_dist']['amt'], 2) }}
@if($action == \App\Models\SPPMO\Constants::PPMP_ACTION_REJECT or $action == \App\Models\SPPMO\Constants::PPMP_ACTION_APPROVE) @component('mail::button', ['url' => 'https://sppmis.vsu.edu.ph/dept/ppmp/supplementals']) Open @endcomponent @elseif ($action == \App\Models\SPPMO\Constants::PPMP_ACTION_FOR_REVIEW) @component('mail::button', ['url' => 'https://sppmis.vsu.edu.ph/bac/supplementals']) Open @endcomponent @endif

Please click "Open" to redirect to SPPMIS site.

@endcomponent

This is a system generated e-mail, please do not reply this email. Should you have any further queries you can call us on our local 1093. Thank you!



Best Regards,
SPPMIS


@slot('footer') @component('mail::footer') @endcomponent @endslot @endcomponent