{{ trans('cart.item') }} | {{ trans('admin/main.type') }} | {{ trans('public.price') }} | {{ trans('cart.total') }} |
---|---|---|---|
{{ $webinar->title }} | {{ trans('webinars.'.$webinar->type) }} | @if(!empty($sale->amount)) {{ handlePrice($sale->amount) }} @else {{ trans('public.free') }} @endif | @if(!empty($sale->total_amount)) {{ handlePrice($sale->total_amount) }} @else 0 @endif |