@extends('inner') @section('seo_title') Cart - {!! \App\Options::get_option('seo_title') !!} @endsection @section('content')

Pay using escrow.com, safely and securely.

All transactions are 100% secure, verified and guaranteed.


@if( session()->has('message') AND session()->has('message_type') ) @endif
@if( \Cart::count() ) @foreach( $cart as $domain ) @endforeach @else @endif
Domain Price Remove
{{ $domain->name }} {{ \App\Options::get_option( 'currency_symbol' ) . number_format($domain->price)}}

Total

{{ App\Options::get_option( 'currency_symbol' ) . number_format(\Cart::total()) }}

 

Continue Shopping

Checkout

@if( 'Yes' == \App\Options::get_option( 'stripeEnable' ) ) Credit / Debit Card @endif @if( 'Yes' == \App\Options::get_option( 'paypalEnable' ) ) PayPal @endif @if( 'Yes' == \App\Options::get_option( 'escrowEnable' ) ) Use Escrow.com @endif

Your Cart is Empty

{{ App\Options::get_option( 'currency_symbol' ) }}0.00

@endsection