@extends('layouts.data-entry') @section('title','GIMS') @section('styles') @endsection @section('script') @endsection @section('content')
Vehicle Transfer Form
{{ Form::open(['url'=>route('vehicletransfer.store'), 'id'=>'equipment-form','onsubmit'=>'return validateForm()', 'files'=>'true'] )}}
{{ Form::label('transfer','Transfer Type: ',['class'=>'col-sm-2']) }}

@if(isset($_GET['alloc']) && $_GET['alloc'] == 'outside') @include('data_entry.section.uagency-hirerchythree') @else @include('data_entry.section.uagency-hirerchytwo') @endif
Acepted file format are PDF,JPG,JEPG,PNG and Maximum file size should be 5mb.)


Sl.No. Identification Code Vehicle Type Registration No. Vehicle Name Cost Specification Action
{{ Form::close() }}
@endsection