{{ config('app.name', 'Laravel') }} Date: {{ Carbon\Carbon::now()->isoFormat('LL') }}
Email: {{ env('PAYPAL_EMAIL', env('MAIL_FROM_NAME')) }}
Email: {{ Auth::user()->email }}
Pending
{{-- Order ID: 4F3S8J
--}}
Quantity | Product | Description | Subtotal |
---|---|---|---|
1 | {{ $product->quantity }} {{ strtolower($product->type) == 'credits' ? CREDITS_DISPLAY_NAME : $product->type }} | {{ $product->description }} | {{ $product->formatToCurrency($product->price) }} |
Payment Methods:
By purchasing this product you agree and accept our terms of service
Amount Due {{ Carbon\Carbon::now()->isoFormat('LL') }}
Subtotal: | {{ $product->formatToCurrency($product->price) }} |
---|---|
Tax ({{ $taxpercent }}%) | {{ $product->formatToCurrency($taxvalue) }} |
Quantity: | 1 |
Total: | {{ $product->formatToCurrency($total) }} |