@extends('layouts.data-entry') @section('title','GIMS') @section('styles') @endsection @section('script') @endsection @section('content')
Land Allocation Form
{{ Form::open(['url'=>route('landallocation.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 Land Type LRC No Area Action

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