@extends($layout ?? 'backend.layouts.app') @section('content')
| {{ translate('Item') }} | {{ translate('Qty') }} | {{ translate('Price') }} | {{ translate('Total') }} |
|---|---|---|---|
|
{{ $detail->product->getTranslation('name') }}
{{ $detail->variation }}
|
{{ $detail->quantity }} | {{ single_price($detail->price / max(1, $detail->quantity)) }} | {{ single_price($detail->price) }} |
{{ $hasPrescription->cartLens->eyesight_description }}