@extends('layouts.front') @section('content')
@include('includes.form-success') @if(Session::has('cart')) @foreach($products as $product) @if($product['size_qty']) @elseif($product['item']['type'] != 'Physical') @else @endif @endforeach @endif
{{ $langg->lang122 }} {{ $langg->lang539 }} {{ $langg->lang125 }} {{ $langg->lang126 }}
@if(!empty($product['size'])) @php $clave = array_search(round($product['item']['price'] * 21 ,2), $product['item']['size_price']); @endphp @if(!empty($clave)) {{ $langg->lang312 }}: {{$product['item']['size'][$clave]}}
@else {{ $langg->lang312 }}: {{ $product['item']['measure'] }}{{str_replace('-',' ',$product['size'])}}
@endif @endif @if(!empty($product['color']))
{{ $langg->lang313 }}:
@endif @if(!empty($product['keys'])) @foreach( array_combine(explode(',', $product['keys']), explode(',', $product['values'])) as $key => $value) {{ ucwords(str_replace('_', ' ', $key)) }} : {{ $value }}
@endforeach @endif

{{ App\Models\Product::convertPrice($product['item']['price'])}}

@if($product['item']['type'] == 'Physical')
  • {{ $product['qty'] }}
@endif

{{ App\Models\Product::convertPrice($product['price']) }}

@if(Session::has('cart'))

{{ $langg->lang127 }}

  • {{ $langg->lang128 }}

    {{ Session::has('cart') ? App\Models\Product::convertPrice($totalPrice) : '0.00' }}

  • {{ $langg->lang129 }}

    {{ App\Models\Product::convertPrice(0)}}

  • @if($tx != 0)
  • {{ $langg->lang130 }}

    {{$tx}}%

  • @endif

{{ $langg->lang131 }}

{{ Session::has('cart') ? App\Models\Product::convertPrice($mainTotal) : '0.00' }}

{{ $langg->lang135 }}
@endif
@endsection