{{ __('Edit DSR Basic Rate') }}

Edit DSR Basic Rate

@csrf
@error('dsr_year')
*{{ $message }}
@enderror
@error('dsr_item_short_name')
*{{ $message }}
@enderror
@error('dsr_item_description')
*{{ $message }}
@enderror
@error('dsr_scheduleb_description')
*{{ $message }}
@enderror
@error('dsr_code')
*{{ $message }}
@enderror
@error('dsr_basic_rate')
*{{ $message }}
@enderror
@error('dsr_labour_rate')
*{{ $message }}
@enderror
@error('is_taxable')
*{{ $message }}
@enderror
@php $selected_opts = []; if ($dsr_constants) { foreach ($dsr_constants as $const) { $selected_opts[] = $const->MaterialIDRef; } } $material_options = []; if ($materials) { foreach ($materials as $mat) { $material_options[$mat->MaterialID] = $mat->MaterialName; } } @endphp {{-- --}}
@if ($dsr_constants) @foreach ($dsr_constants as $dsr_const) @endforeach @endif
MATERAIL CONSTANT ACTION
{{$dsr_const->MaterialName}}