@extends('layouts.app')
{{-- Important Variables --}}
@php
$moduleName = ' Investor';
$createItemName = __('lang.edit'). $moduleName;
$breadcrumbMainName = $moduleName;
$breadcrumbCurrentName= __('lang.edit');
$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')
@stop
@push('include-css')
@endpush
@push('include-js')
@endpush