@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 has been REJECTED.

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

This is to inform you that your PPMP has been APPROVED, and items are now being assigned with mode of procurement (MOP). After MOP is assigned you may proceed with Purchase Request (PR).

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

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

@endif

Please check item details below.

@component('mail::panel')

PPMP Details:

PPMP Type: Original
PPMP No.: {{ $data['ppmp_no'] }}
Project Code: {{ $data['project_code'] }}
Funding: {{ $data['fund']['acronym'] }}
Amount: ₱{{ number_format($data['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/ppmp_list']) Open @endcomponent @elseif ($action == \App\Models\SPPMO\Constants::PPMP_ACTION_FOR_REVIEW) @component('mail::button', ['url' => 'https://sppmis.vsu.edu.ph/bac/ppmp']) 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. Contact Procurement Office using VoIP number (1093). Thank you!



Best Regards,
SPPMIS


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