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

Organisation where the Land will be registered

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

Information is pulled from NLC


@if($land_data[0]->asset_category_id==10) @elseif($land_data[0]->asset_category_id==11) @endif

(PDF Max 5mb)

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