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

Organisation where the Building will be registered

@include('data_entry.section.uagency-hirerchy')



Acepted file format are PDF,JPG,JEPG,PNG and Maximum file size should be 5mb.)

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