@extends('layouts.data-entry') @section('title','GIMS') @section('styles') @endsection @section('script') @endsection @section('content')
Vehicle Allocation Form
{{ Form::open(['url'=>route('vehicleallocation.store'), 'id'=>'equipment-form','onsubmit'=>'return validateForm()', 'files'=>'true'] )}}
{{ Form::label('allocation','Allocation Type: ',['class'=>'col-sm-2']) }}
{{ Form::select('allocation_type', ['agency'=>'Agency','custodian'=>'Custodian'], 'Agency',['class'=>'form-control form-control-sm','id'=>'allocation_id','required'=>true ] ) }}

@include('data_entry.section.uagency-hirerchy')



Acepted file format are PDF,JPG,JEPG,PNG and Maximum file size should be 5mb.)


Sl.No. Identification Code Vehicle Type Registration No. Asset Name Cost Specification Action

{{ Form::close() }}
@endsection