@extends('layouts.data-entry') @section('title','GIMS') @section('styles') @endsection @section('script') @endsection @section('content')
Equipment Inspection Form
{{ Form::open(['url'=>route('inspection.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 Equipment Category Sub Category Equipment Name Serial No. Model No. Cost Action

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