@component('mail::layout') @slot('header') @component('mail::header', ['url' => 'https://vsu.edu.ph']) VISAYAS STATE UNIVERSITY - Main Campus @endcomponent @endslot @php switch (env('APP_ENV')) { case 'local': $base_url = 'http://127.0.0.1:8000/'; break; case 'staging': $base_url = ' http://api2.vsu-ph.net/'; break; case 'prod': $base_url = 'https://api.hris.vsu.edu.ph/'; break; } @endphp @component('mail::panel')

Purchase Order Details

PO Number: {{ $data['purchase_order']['po_num'] }}
PO Amount: ₱ {{ number_format($data['purchase_order']['po_amount'], 2) }}
Supplier: {{ $data['purchase_order']['supplier']['supplier_name'] }}
Delivery Schedule: {{ $data['purchase_order']['deliverySchedule']['from_date'].' to '.$data['purchase_order']['deliverySchedule']['to_date'] }}
Remarks: {{ strtoupper($data['remarks']) }}
Status: Lacking delivery( {{ $data['days_left'] > 0 ? $data['days_left'].($data['days_left'] > 1 ? ' days ' : ' day').' remaining' : ($data['days_left'] * -1).(($data['days_left'] * -1) > 1 ? ' days ' : ' day ').'late' }} )
@component('mail::button', ['url' => $base_url.$data['file_location'].$data['file']]) Download @endcomponent

Please click "Download" to download the file.


@endcomponent

This is a system generated message. Please do not reply. This email contains confidential information, intended for use of the recipient/s addressed herein. If you are not the intended recipient, any disclosure, copying, distribution, or taking any action in reliance on this communication is strictly prohibited and may be unlawful. If you received this communication in error, please notify the sender and delete this communication immediately.

You can send them anonymously through email procurement@vsu.edu.ph. {{-- or call local telephone number: 1096.--}}
Note: Please disregard this message if you have completed the delivery


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