@extends('layouts.data-entry') @section('title','GIMS') @section('script') @endsection @section('content')
Building Re-Process 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')




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