| {{__('Products')}} | {{__('Quantity')}} | {{__('Availability')}} | {{__('Price')}} | {{__('Total')}} | {{__('Remove')}} | |
|---|---|---|---|---|---|---|
|
|
@if ($product->type == 'digital')
{{__('Item(s)')}}
{{__('Avilable Now')}} @else @if($product->stock >= $item['qty']) {{__('Item(s)')}} {{__('Avilable Now')}} @else {{__('Item(s)')}} {{__('Out Of Stock')}} @endif @endif |
{{$bex->base_currency_symbol_position == 'left' ? $bex->base_currency_symbol : ''}} {{$item['price']}} {{$bex->base_currency_symbol_position == 'right' ? $bex->base_currency_symbol : ''}} | {{$bex->base_currency_symbol_position == 'left' ? $bex->base_currency_symbol : ''}} {{$item['qty'] * $item['price']}} {{$bex->base_currency_symbol_position == 'right' ? $bex->base_currency_symbol : ''}} |
|
||