@csrf @if( $current_route == 'quotation-service-edit' ) @endif
@if( Auth::user()->hasPermissionTo('manage quotation') ) @endif
@if ($current_route == 'quotation-service-create' || ($current_route == 'quotation-service-edit' && ($quotation->statusIsDraft() || $quotation->statusIsPendingApproval()))) @error('service_id') {{ $message }} @enderror @else @endif
@if( Auth::user()->hasPermissionTo('manage clientele') ) @endif
@if ($current_route== 'quotation-service-create' || ($current_route == 'quotation-service-edit' && ($quotation->statusIsDraft() || $quotation->statusIsPendingApproval()))) @error('clientele_work_id') {{ $message }} @enderror @else @endif
@error('description') {{ $message }} @enderror
statusIsDraft() || $quotation->statusIsPendingApproval() ? '': 'readonly') : '' }}/> @error('cost') {{ $message }} @enderror
statusIsDraft() || $quotation->statusIsPendingApproval() ? '': 'readonly') : '' }}/> @error('quantity') {{ $message }} @enderror
@error('service_fee_description') {{ $message }} @enderror
statusIsDraft() || $quotation->statusIsPendingApproval() ? '': 'readonly') : '' }}/> @error('service_fee_percentage') {{ $message }} @enderror
statusIsDraft() || $quotation->statusIsPendingApproval() ? '': 'readonly') : '' }}/> @error('withholding_tax') {{ $message }} @enderror
Back @if( Auth::user()->hasPermissionTo('edit quotation') && ($current_route == 'quotation-service-create' || ($current_route == 'quotation-service-edit' && ($quotation->statusIsDraft() || $quotation->statusIsPendingApproval())))) @endif
@push('js') @endpush