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

Good day!

@if( $new_action == 'FORWARDED')

A member of Bids and Award Committee (BAC) FORWARDED an item for you to review . Please check item details below

@elseif( $new_action == 'REQUESTED')

There is a new requested item SUBMITTED by {{ $data['requested_by']['realname'] }} from {{ $data['department']['fullname'] }} ( {{ $data['department']['acronym'] }} ). Please check item details below

@elseif( $new_action == 'EDITED')

There is a requested item RE-SUBMITTED by {{ $data['requested_by']['realname'] }} from {{ $data['department']['fullname'] }} ( {{ $data['department']['acronym'] }} ). Please check item details below.

@elseif( $new_action == 'REJECTED' or $new_action == 'APPROVED')

Your requested item has been {{ $new_action }} by {{ $data['reqdetails']['personnels']['realname'] }} . Please check item details below.

@endif @component('mail::panel')

Item Details:

Item Name {{ $data['descript'] }}
Price {{ number_format($data['unit_price'], 2) }}
Unit {{ $data['unit']['unit'] }}
Category {{ $data['cat']['category'] }}
Specification
{!! $data['specification'] !!}
Remarks @if(!is_null($data['reqdetails']))
{!! $data['reqdetails']['remarks'] !!}
@endif
@component('mail::button', ['url' => $url]) Open @endcomponent

Please click "Open" to redirect to SPPMIS site.

@endcomponent @if( $new_action == 'FORWARDED')

Please note that, if you can no longer find the requested item in the list the item might already accepted/rejected by your co-TWG.

@elseif( $new_action == 'REQUESTED')

Please note that, if you can no longer find the requested item in the list the item might already forwarded to twg or accepted/rejected by another member of BAC or Procurement Office.

@elseif( $new_action == 'APPROVED' or $new_action == 'REJECTED')

Please check your PPMP.

@endif

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