@extends('layouts.app') {{--Important Variables--}} @php $moduleName = __('lang.land'); $createItemName = __('lang.create') . $moduleName; $breadcrumbMainName = $moduleName; $breadcrumbCurrentName = __('lang.create'); $breadcrumbMainIcon = "fas fa-landmark"; $breadcrumbCurrentIcon = "add_box"; $ParentRouteName = 'land'; $unofficial_setting = ($branchSetting['allowed_entity']['is_unofficial'] == 1); @endphp @section('title') {{ $moduleName }}->{{ $createItemName }} @stop @section('top-bar') @include('includes.top-bar') @stop @section('left-sidebar') @include('includes.left-sidebar') @stop @section('content')

{{ $createItemName }}


{{ csrf_field() }}
@include('admin.land-acquisition.land.partials.land.create.land_detail')
@include('admin.land-acquisition.land.partials.land.create.dealer_detail')
@include('admin.land-acquisition.land.partials.land.create.document_upload')
{{-- @if (userAllowedUnofficial())
@endif --}}
{{__('lang.back')}}
@stop @push('include-css') @endpush @push('include-js') @endpush