@extends('layouts.app') {{-- Important Variables --}} @php $moduleName = ' Investor'; $createItemName = 'Add' . $moduleName; $breadcrumbMainName = $moduleName; $breadcrumbCurrentName = ' Create'; $breadcrumbMainIcon = 'fas fa-landmark'; $breadcrumbCurrentIcon = 'add_box'; $ParentRouteName = 'land'; @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() }}
@if (userAllowedUnofficial($land->branch_id) == 1)
@endif
remove_circle_outline
@stop @push('include-css') @endpush @push('include-js') @endpush