@extends('layouts.data-entry') @section('title','GIMS') @section('styles') @endsection @section('script') @endsection @section('content')
Vehicle Registration Form
{{ Form::open(['url'=>route('vehicles.store'),'onsubmit'=>'return validateForm()', 'id'=>'equipment-form', 'files'=>'true'] )}} @csrf

Organisation where the Vehicle will be registered

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

Information will be pulled from RSTA

@if($usr_data<=0) @endif @if($usr_data>0) @endif


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

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