Allocated Building Report
{{ Form::open(['url'=>route('abuildingallocationpdf'), 'class'=>'form', 'method'=>'get']) }}
{{ Form::close() }}
| Identification Code | Agency | Department | Division | Field Regional | Building Category | Building Sub Category | Cost | Allocated To | Allocation Date |
|---|---|---|---|---|---|---|---|---|---|
| {{ $building_data->identification_code }} | {{ @$building_data->agency['agency_name'] }} | {{ @$building_data->dept_dzo['dept_dzo_name'] }} | {{ @$building_data->division['division_name'] }} | {{ @$building_data->field_regional['field_regional_name'] }} | {{ @$building_data->asset_category['asset_category_name'] }} | {{ @$building_data->asset_sub_category['asset_sub_category_name'] }} | {{ @$building_data->estimated_cost}} | @if(@$building_data->getallocation_custodian_agency['allocationdetail']->agency_id!=null)Agency : ({{ @$building_data->getallocation_custodian_agency->allocationdetail['agency']->agency_name }}, @endif @if(@$building_data->getallocation_custodian_agency['allocationdetail']->dept_dzo_id!=null) {{ @$building_data->getallocation_custodian_agency->allocationdetail['dept_dzo']->dept_dzo_name }}, @endif @if(@$building_data->getallocation_custodian_agency['allocationdetail']->division_id!=null) {{ @$building_data->getallocation_custodian_agency->allocationdetail['division']->division_name }}, @endif @if(@$building_data->getallocation_custodian_agency['allocationdetail']->field_regional_id!=null) {{ @$building_data->getallocation_custodian_agency->allocationdetail['field_regional']->field_regional_name }}, @endif ) @if(@$building_data->getallocation_custodian_agency['allocationdetail']->cid!=null) Custodian : ( {{@$building_data->getallocation_custodian_agency['allocationdetail']->cid }}, @endif @if(@$building_data->getallocation_custodian_agency['allocationdetail']->eid!=null) {{ @$building_data->getallocation_custodian_agency['allocationdetail']->eid }}, @endif @if(@$building_data->getallocation_custodian_agency['allocationdetail']->name!=null) {{ @$building_data->getallocation_custodian_agency['allocationdetail']->name }}) | @endif{{ @$building_data->getallocation_custodian_agency['allocationdetail']->allocation_date }} |