@extends('layouts.app') @section('content') @php // Assuming $plan and $billing are passed from the Laravel controller $plan = $plan ?? null; $billing = $billing ?? null; if (!$plan || !$billing) { // Redirect or show an error if data is missing // For now, a simple message echo '
Vijay Path, Mansarovar, Jaipur, India
GSTIN: 07ABCDE1234F2Z5
Email: info@dckeepers.com
Invoice Date: {{ $invoice['date'] }}
Invoice No: {{ $invoice['number'] }}
{{ $billing['fullName'] }}
{{ $billing['email'] }}
{{ $billing['phone'] }}
{{ $billing['streetAddress'] }}, {{ $billing['city'] }}, {{ $billing['state'] }}, {{ $billing['zipCode'] }}, {{ $billing['country'] }}
{{ $plan['subtitle'] ?? 'N/A' }}
@if (isset($plan['features']) && count($plan['features']) > 0)Service | Price | GST (18%) | Total |
---|---|---|---|
{{ $plan['name'] }} | {{ convertPriceBlade($basePrice) }} | {{ convertPriceBlade($gst) }} | {{ convertPriceBlade($total) }} |
Transaction Date | Gateway | Transaction ID | Amount |
---|---|---|---|
No Related Transactions Found | |||
Balance | {{ convertPriceBlade($total) }} |
Online via UPI / Card
{{-- UPI QR Code Section - Only show for INR --}}Scan QR code with any UPI app to pay {{ convertPriceBlade($total) }}
Use Credit/Debit Card or International Wire Transfer
Amount: {{ convertPriceBlade($total) }}
Includes GST • 30-day money-back guarantee • Instant activation
Thank you for your business!
Need help? Contact us at info@dckeepers.com