{{-- Show the lens selected lens price here --}}
{{ translate('Lens') }}
{{ single_price(0) }}
{{ translate('Subtotal') }}
{{ single_price($totals['subtotal']) }}
{{ translate('Tax') }}
{{ single_price($totals['tax']) }}
{{ translate('Discount') }}
-{{ single_price($totals['discount']) }}
{{ translate('Grand Total') }}
{{ $totals['grand_total_f'] }}