@extends('layouts.front') @section('content')
|
@if($product['item']['type'] == 'Physical')
|
@if($product['size_qty'])
@elseif($product['item']['type'] != 'Physical')
@else
@endif
{{ App\Models\Product::convertPrice($product['price']) }} |
{{ $langg->lang128 }}
{{ Session::has('cart') ? App\Models\Product::convertPrice($totalPrice) : '0.00' }}
{{ $langg->lang129 }}
{{ App\Models\Product::convertPrice(0)}}
{{ $langg->lang130 }}
{{$tx}}%
{{ $langg->lang131 }}
{{ Session::has('cart') ? App\Models\Product::convertPrice($mainTotal) : '0.00' }}