Pending Approval Equipment Disposal
{{ Form::open(['class'=>'form']) }}
@if($disposed_data)
@foreach($disposed_data as $equip_data)
{{ Form::close() }}
@if($equip_data->disposalcategory==2)
@endforeach
@endif
Disposal Code | Agency | Department | Division | Field Regional | Created Date | Created By | Remarks | Reserve Price | Action | |
---|---|---|---|---|---|---|---|---|---|---|
{{ @$equip_data->disposal_code }} | {{ @$equip_data->agency['agency_name'] }} | {{ @$equip_data->dept_dzo['dept_dzo_name'] }} | {{ @$equip_data->division['division_name'] }} | {{ @$equip_data->field_regional['field_regional_name'] }} | {{ @$equip_data->created_at->format('Y-m-d') }} | {{ @$equip_data->created_by_info['name'] }} | {{ @$equip_data->remarks }} | {{ @$equip_data->sum }} |
|
|