@if($item->status == 'rejected')
Reason of Rejection
{{ isset($item->reject_reason) && $item->reject_reason != "" ? $item->reject_reason : '-' }}
@else
| No |
Brand Rekom |
Specification |
Unit |
Price |
Total |
Vendor |
Attach Invoice |
@php
$increment = 1;
@endphp
| 1 |
{{ isset($item->procuremenmt_asset_by_team->brand) ? $item->procuremenmt_asset_by_team->brand : '-' }} |
{{ isset($item->procuremenmt_asset_by_team->specification) ? $item->procuremenmt_asset_by_team->specification : '-' }} |
{{ isset($item->procuremenmt_asset_by_team->qty) ? $item->procuremenmt_asset_by_team->qty : '-' }} |
{{ isset($item->procuremenmt_asset_by_team->price) ? number_format($item->procuremenmt_asset_by_team->price, 0, ',', '.') : '-' }} |
{{ isset($item->procuremenmt_asset_by_team->total) ? number_format($item->procuremenmt_asset_by_team->total, 0, ',', '.') : '-'}} |
{{ isset($item->procuremenmt_asset_by_team->vendor_recomendation) ? $item->procuremenmt_asset_by_team->vendor_recomendation : '-' }} |
@if (isset($item->procuremenmt_asset_by_team->attachment_invoice) &&
$item->procuremenmt_asset_by_team->attachment_invoice != '')
Invoice
@else
-
@endif
|
@endif