@extends('layouts.main') @section('seo')
{{ __("cart.product") }} | {{ __("cart.unit_price") }} | {{ __("cart.quantity") }} | {{ __("cart.subTot") }} | {{ __("cart.delete") }} | ||
---|---|---|---|---|---|---|
@else | @endif |
{{$details['name'] }}@if($details['type'] == 'ebook') {{ __("checkout.format_digital") }} @else {{ __("checkout.format_tiparit") }} @endif |
{{ priceView($details['price'], true) }} |
@if($details['type'] == "physical") @else {{$details['quantity']}} @endif |
{{ priceView($details['quantity'] * $details['price'], true)}} |
{{ __("cart.subTot") }} |
{{ priceView($total, true)}} |
{{ __("cart.vat") }} |
{{priceView($newTax)}} |
{{ __("cart.shipping") }} |
{{-- + {{priceView(config('shop.shop_shipping_cost'))}}--}}{{ __("cart.shipping_next_page") }} |
{{ __("cart.coupon") }} |
( - {{ priceView($discount) }}) |
{{ __("cart.totalVat") }} |
{{ priceView($newTotal)}} |
{{ __("cart.have_coupon") }}
@if(session()->has('coupon')) @endif