@extends('common.user.layout.base') {{ App::setLocale( isset($_COOKIE['user_language']) ? $_COOKIE['user_language'] : 'en' ) }} @section('styles') @parent @stop @section('content') @php $paymentConfig = json_decode( json_encode( Helper::getSettings()->payment ) , true); $cardObject = array_values(array_filter( $paymentConfig, function ($e) { return $e['name'] == 'card'; })); //print_r($cardObject);exit; $card = 0; $stripe_publishable_key = ""; if(count($cardObject) > 0) { $card = $cardObject[0]['status']; } @endphp
Loading.........................
Items Price
Shop Offer
Shop GST
Shop Package Charge
Shipping & Handling Delivery Charge $2.00

Apply Promocode

Remove
Promocode
Use Wallet ()
attach_money

GRAND TOTAL

00

Place Order

@stop @section('scripts') @parent @stop