remarks == null && $draft->status == 1 ? 'disabled' : '' }}>
|
{{ Str::limit(optional($draft->service)->service_title, 40) ?? 'N/A' }}
|
remarks == null && $draft->status == 1 ? 'disabled' : '' }}>
|
remarks == null && $draft->status == 1 ? 'disabled' : '' }}>
|
@if(auth()->user()->currency)
{{ currencyPositionBySelectedCurrency($draft->price * $currency->conversion_rate, auth()->user()->currency) }}
@else
{{ currencyPosition($draft->price) }}
@endif
|
@if($draft->remarks)
{{ Str::limit($draft->remarks, 40) }}
@else
@lang("Valid")
@endif
|
|
@empty
@endforelse