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

Organisation where the Land will be registered

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

Information will be pulled from NLC



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

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