@extends('layouts.app', ['title' => ($platform['name'] ?? 'Print Cards') . ' | Government Card Printing']) @section('content')
ABHA, PAN, Aadhaar, PVC and paper print delivery

{{ $platform['tagline'] ?? 'Upload, pay, print, and track every card order from one dashboard.' }}

Built for Indian print-service operations with secure uploads, admin approval, payment records, courier tracking, GST-ready billing, and customer self-service.

Pricing Snapshot

Black and white print from Rs {{ number_format($pricing['bw'], 2) }} per page

Delivery charge from Rs {{ number_format($pricing['delivery'], 2) }}

PVC card add-on Rs {{ number_format($pricing['pvc'], 2) }}

Legal Disclaimer: We do not generate or modify any government documents. We only print and deliver files uploaded by the customer.
Users
{{ $stats['users'] }}

Registered platform users and operators.

Documents
{{ $stats['documents'] }}

Securely stored PDF and image files ready for print.

Orders
{{ $stats['orders'] }}

Live print and courier orders across the workflow.

1. Upload Securely

Store PAN cards, ABHA cards, Aadhaar copies, certificates, IDs, and other user-provided PDF or image files securely.

2. Customize Prints

Choose PVC card, paper print, premium lamination, color mode, copies, binding, and courier-ready delivery details.

3. Manage Fulfillment

Admin can review uploads, approve orders, update courier stages, add tracking IDs, and connect real Razorpay, PayU, or courier APIs.

Services
  • PVC card printing
  • Normal paper print
  • Premium lamination
  • Courier dispatch across India
Support

Phone: {{ $platform['support_phone'] ?? 'N/A' }}

Email: {{ $platform['support_email'] ?? 'N/A' }}

WhatsApp: {{ $platform['whatsapp'] ?? 'N/A' }}

Operations

Admin dashboard includes pricing control, payment configuration, upload approval, courier assignment, reports, user blocking, and homepage content settings.

Testimonials

@foreach($testimonials as $testimonial)

{{ $testimonial['message'] ?? '' }}

{{ $testimonial['name'] ?? 'Customer' }} | {{ $testimonial['location'] ?? 'India' }}
@endforeach

FAQ

@foreach($faqs as $index => $faq)

{{ $faq['answer'] ?? '' }}
@endforeach
@endsection