@extends('layout.master') @section('header')
@endsection @section('content') @php $price = 0; @endphp

Checkout

Quick delivery of the domain once payment is approved.

@if(isset($domains)) @forelse($domains as $key => $domain) @php $price = $price + $domain->price; @endphp @empty

Cart is empty

@endforelse @endif
@if(\Illuminate\Support\Facades\Request::has('payment')) @if(\Illuminate\Support\Facades\Request::input('payment')=='paypal')
@elseif(\Illuminate\Support\Facades\Request::input('payment')=='escrow') @else @endif @else @endif
@csrf

My Information

Please fill out all fields
@if(!isset($paypal) && !isset($escrow))

Payment information

@endif

Billing address

{{--
--}} {{--
--}} {{-- --}} {{-- Keep my personal information private with Whois Privacy Protection. What's this? --}} {{--
--}} {{--
--}} {{-- --}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{-- Order total:--}} {{--
--}} {{--
--}} {{-- ${{$price}}--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}}
Order total:
${{$price}}

Keep my personal information private with Whois Privacy
Protection. What's this?

We guarantee 100% privacy.
Your information will not be shared.

30-day money
back guarantee

Learn more

@endsection @section('script') @endsection