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

Organisation where the Equipment is registered

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

Information is be pulled from RSTA




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