@extends('layouts.front') @section('content')
{{ $langg->lang137 }} | {{ $langg->lang138 }} | {{ $langg->lang139 }} | {{ $langg->lang140 }} | {{ $langg->lang141 }} | {{ $langg->lang142 }} |
---|---|---|---|---|---|
{{ $product['size'] }}
|
|
{{ $product['qty'] }} |
{{ App\Models\Product::convertPrice($product['item']['price']) }} |
{{ App\Models\Product::convertPrice($product['price']) }} |
|
{{ $langg->lang143 }}: |
{{ App\Models\Product::convertPrice($shipping_cost) }} |
||||
{{ $langg->lang144 }}: |
{{$gs->tax}}% |
||||
{{ $langg->lang145 }}{{ Session::get('coupon_percentage') == 0 ? '' : '('.Session::get('coupon_percentage').')' }}: |
@if($gs->currency_format == 0)
{{ $curr->sign }}{{ Session::get('coupon') }} @else{{ Session::get('coupon') }}{{ $curr->sign }} @endif |
||||
{{ $langg->lang145 }}: |
|||||
{{ $langg->lang146 }}: |
@if(Session::has('coupon_total'))
@if($gs->currency_format == 0)
{{ $curr->sign }}{{ $totalPrice }} @else{{ $totalPrice }}{{ $curr->sign }} @endif @elseif(Session::has('coupon_total1')){{ Session::get('coupon_total1') }} @else{{ App\Models\Product::convertPrice($totalPrice) }} @endif |