@extends('layouts.app', ['title' => 'Place Order | Print Cards']) @section('content')

Place Print Order

@if($documents->isEmpty())
Upload at least one document before placing an order. Go to documents
@else
@csrf
Gateway provider: {{ strtoupper($defaultProvider) }}
We do not generate or modify any government documents. We only print and deliver documents uploaded by users.
@endif

Included in this flow

  • Document upload with preview and admin approval
  • Address capture and saved delivery points
  • GST-ready pricing and coupon support
  • Payment gateway demo for Razorpay or PayU
  • Courier timeline and admin dispatch controls
@endsection