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