@extends('admin::curd.preview') @section('heading') @stop @section('title') @stop @section('breadcrumb') @stop @section('entry') @stop @section('tools') @stop @section('content')
Reference No. |
{{ 'AC-'.$condemnation->id }} |
||||
Reference Date |
{{ @$formatrefdate }} |
Status |
{{ @$condemnation->trans_status }} |
||
Created By |
{{ @$createduser }} |
Condemnation Date. |
{{ @$formatcondemdate }} |
||
Type |
{{ @$condemnation->condemn_type }} |
@if ($type == 'Non Asset')
Department |
{{ @$department }} |
@endif
||
Item Detail & Quantity |
{{ @$condemnation->item_details }} |
Work Department |
{{ @$workdept }} |
||
Division |
{{ @$division }} |
@if ($type == 'Non Asset')
Purchase Value |
{{ @$condemnation->purchase_value }} |
@endif
||
Block |
{{ @$block }} |
Asset Value |
{{ @$condemnation->asset_value }} |
||
Section |
{{ @$sections }} |
Estimated Market Value |
{{ @$marketvalue }} |
||
Location |
{{ @$locations }} |
||||
Sublocation |
{{ @$sublocations }} |
||||
Reason |
{{ @$condemnation->reasons }} |
||||
Recommend |
{{ @$condemnation->recommendation }} |
||||
Level 1 Approved By |
{{ @$lvluser_detail }} |
Level 1 Approval Date |
{{ @$formatlvl1date }} |
Level 1 Remarks |
{{ @$condemnation->lvl1_remarks }} |
Level 2 Approved By |
{{ $lv2user_detail }} |
Level 2 Approval Date |
{{ $formatlvl2date }} |
Level 2 Remarks |
{{ $condemnation->lvl2_remarks }} |
Level 3 Approved By |
{{ @$lv3user_detail }} |
Level 3 Approval Date |
{{ @$formatlvl3date }} |
Level 3 Remarks |
{{ @$condemnation->lvl3_remarks }} |
Asset Id | Asset Name | Barcode | Block | Section | Location | Sublocation | Department | Work Department | Purchase Date | Purchase Value | Asset Value |
---|---|---|---|---|---|---|---|---|---|---|---|
{{ $condemnationAsset->asset->rfc }} | {{ $condemnationAsset->asset->name }} | {{ $condemnationAsset->asset->bar_code }} | {{ $condemnationAsset->asset->block->name }} | {{ $condemnationAsset->asset->section->name }} | {{ $condemnationAsset->asset->location->name }} | {{ $condemnationAsset->asset->sublocation->name }} | {{ $condemnationAsset->asset->department->name }} | {{ $condemnationAsset->asset->work_department->name }} | {{ $condemnationAsset->asset->purchase_date }} | {{ $condemnationAsset->asset->purchase_value }} | {{ $condemnationAsset->asset->asset_value }} |
No Asset |