@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')

{{ $createItemName }}


{{ csrf_field() }}
@php $disable_count = 0; @endphp
@foreach($schedule as $key_i => $investor_schedule) @php if($investor_schedule->official_amount == $investor_schedule->received_official_amount){ ++$disable_count; } if($investor_schedule->un_official_amount == $investor_schedule->received_un_official_amount){ ++$disable_count; } @endphp @if($disable_count == 0) @endif
received_official_amount > 0) readonly @endif>
@if (userAllowedUnofficial($land->branch_id) == 1)
received_un_official_amount > 0) readonly @endif>
@endif @if($disable_count == 0)
remove_circle_outline
@endif
@php $disable_count = 0; @endphp @endforeach
@stop @push('include-css') @endpush @push('include-js') @endpush