@extends('layouts.front') @section('content')
@foreach($products as $product) @endforeach @if($gs->tax != 0) @endif @if(Session::has('coupon')) @else @endif
{{ $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
@include('includes.form-success') @include('includes.form-error') {{ csrf_field() }}

{{ $langg->lang147 }}

{{ $langg->lang161 }}

    @if($gs->cod_check)
  • @endif @if($gs->paypal_check)
  • @endif @if($gs->stripe_check)
  • @endif @if($gs->is_instamojo == 1)
  • @endif @if($gs->is_paystack == 1)
  • @endif @foreach($gateways as $gt)
  • @endforeach
@if(Session::has('coupon_total')) @else @endif
@if(isset($checked)) @endif @endsection @section('scripts') @endsection