@extends('layouts.data-entry') @section('title','GIMS') @section('styles') @endsection @section('script') @endsection @section('content')
Furniture Inspection Form
{{ Form::open(['url'=>route('furnitureinspection.store'), 'id'=>'equipment-form', 'files'=>'true'] )}}
{{ Form::label('inspection','Inspection Type: ',['class'=>'col-sm-2']) }}
{{ Form::select('inspection_type', ['general'=>'General Inspection','annual'=>'Annual Inspection'], 'General Inspection',['class'=>'form-control form-control-sm','id'=>'inspection_id','required'=>true ] ) }}

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

Sl.No Identification Code Furniture Category Sub Category Furniture Name Cost Action

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