@lang("Draft Mass Order")
@lang("Draft Mass Order")
@lang("Back")@lang("Service ID") | @lang("Service Title") | @lang("Quantity") | @lang("Link") | @lang("Price") | @lang("Remarks") | @lang("Action") |
---|---|---|---|---|---|---|
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 |
@lang("The draft order is not available.")