@extends('layouts.frontend') @section('content') @include('layouts.frontend-partial.breadcrumb') {{-- ================================ cart section begins here ================================= --}}
@csrf

Billing Details

Your order

@php($orderType = [1 => 'Link insertion', 2 => 'Guest posting']) @php($slNo = 0) @foreach ($cart as $id => $row) @php($row = (object)$row)

${{$row->price}}
@endforeach
Subtotal ${{number_format($subtotal, 2)}}
Discount ${{number_format($discount, 2)}}
Total ${{number_format($totalAmount, 2)}}

Payment Method

Your personal data will be used to process your order, support your experience throughout this website, and for other purposes described in our privacy policy. Any kind of problem with payment, please contact {{$siteInfo->email}}

{{-- ================================ cart section ends here ================================= --}} @endsection @push('headerPartial') @endpush