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

Organisation where the Furniture will be registered

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

(Cost per item)

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

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