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

Organisation where the Equipment will be registered

@include('data_entry.section.uagency-hirerchy')
Acepted file format are PDF,JPG,PNG and Maximum file size should be 5mb.)


Sl.No Equipment Category Sub Category Equipment Name Specification Serial Number Model No. Cost Action

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