{{-- resources/views/customer/payments/create.blade.php --}} @extends('layouts.app') @section('title', 'Make Payment - Chingu Bite') @section('content')

Make Payment

Order Details

Order #: {{ $order['order_number'] ?? 'N/A' }}

Total Amount: Rp {{ number_format($order['final_amount'] ?? 0, 0, ',', '.') }}

@csrf
Cancel
Payment Instructions
Please complete your payment within 24 hours
  • Keep your payment receipt
  • You can upload payment proof after submission
  • Payment confirmation may take up to 2 hours
@endsection