Allocated Vehicle Report
{{ Form::open(['url'=>route('avehicleallocationpdf'), 'class'=>'form', 'method'=>'get']) }}
{{ Form::close() }}
| Identification Code | Agency | Department | Division | Field / Regional | Vehicle Category | Registration No. | Vehicle Name | Allocated To | Allocated Date |
|---|---|---|---|---|---|---|---|---|---|
| {{ @$vehicle_data->identification_code }} | {{ @$vehicle_data->agency['agency_name'] }} | {{ @$vehicle_data->dept_dzo['dept_dzo_name'] }} | {{ @$vehicle_data->division['division_name'] }} | {{ @$vehicle_data->field_regional['field_regional_name'] }} | {{ @$vehicle_data->asset_category['asset_category_name'] }} | {{ @$vehicle_data->vehicle_number}} | {{ @$vehicle_data->asset_name['asset_name'] }} | @if(@$vehicle_data->getallocation_custodian_agency['allocationdetail']->agency_id!=null)Agency : ({{ @$vehicle_data->getallocation_custodian_agency->allocationdetail['agency']->agency_name }}, @endif @if(@$vehicle_data->getallocation_custodian_agency['allocationdetail']->dept_dzo_id!=null) {{ @$vehicle_data->getallocation_custodian_agency->allocationdetail['dept_dzo']->dept_dzo_name }}, @endif @if(@$vehicle_data->getallocation_custodian_agency['allocationdetail']->division_id!=null) {{ @$vehicle_data->getallocation_custodian_agency->allocationdetail['division']->division_name }}, @endif @if(@$vehicle_data->getallocation_custodian_agency['allocationdetail']->field_regional_id!=null) {{ @$vehicle_data->getallocation_custodian_agency->allocationdetail['field_regional']->field_regional_name }}, @endif ) @if(@$vehicle_data->getallocation_custodian_agency['allocationdetail']->cid!=null) Custodian : ( {{@$vehicle_data->getallocation_custodian_agency['allocationdetail']->cid }}, @endif @if(@$vehicle_data->getallocation_custodian_agency['allocationdetail']->eid!=null) {{ @$vehicle_data->getallocation_custodian_agency['allocationdetail']->eid }}, @endif @if(@$vehicle_data->getallocation_custodian_agency['allocationdetail']->name!=null) {{ @$vehicle_data->getallocation_custodian_agency['allocationdetail']->name }}) | @endif{{ @$vehicle_data->getallocation_custodian_agency['allocationdetail']->allocation_date }} |