@extends('layouts.data-entry') @section('title','GIMS') @section('styles') @endsection @section('script') @endsection @section('content')
Building Allocation Form
{{ Form::open(['url'=>route('buildingallocation.store'), 'id'=>'equipment-form','onsubmit'=>'return validateForm()', 'files'=>'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 Building Category Sub Category Action

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