@extends('layouts.vendor') @section('page-title', 'POS System') @section('content')
{{ $product->name }}
Cart is empty
Total {{ $currencySymbol }}0.00
Amount Due
Amount to Charge
Gateway: {{ ucfirst($paymentGateway) }}
Customer will be prompted to enter card details
Vendor POS Receipt
Order:
Date:
Customer:
Subtotal:
Tax:
Discount:
TOTAL:
Payment:
Transaction ID:
Thank you for your purchase!