@extends('layouts.app') {{-- Important Variables --}} @php $moduleName = ' Schedule'; $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($land_schedule as $keyL => $land)
@php if($land->payment_official_amount > 0){ ++$disable_count; } if($land->payment_un_official_amount > 0){ ++$disable_count; } @endphp
payment_official_amount > 0) readonly @endif>
@if (userAllowedUnofficial())
payment_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