@extends('layouts.main') @section('content')

{{ config('app.name', 'Laravel') }} Date: {{Carbon\Carbon::now()->isoFormat('LL')}}

To
{{config('app.name' , 'Laravel')}}
Email: {{env('PAYPAL_EMAIL' , env('MAIL_FROM_NAME'))}}
From
{{Auth::user()->name}}
Email: {{Auth::user()->email}}
Status
Pending
{{-- Order ID: 4F3S8J
--}}
Quantity Product Description Subtotal
1 {{$product->quantity}} {{strtolower($product->type) == 'credits' ? CREDITS_DISPLAY_NAME : $product->type}} {{$product->description}} {{$product->formatCurrency()}}

Payment Methods:

Paypal

By purchasing this product you agree and accept our terms of service

Amount Due {{Carbon\Carbon::now()->isoFormat('LL')}}

Subtotal: {{$product->formatCurrency()}}
Tax (0%) 0.00
Quantity: 1
Total: {{$product->formatCurrency()}}
@endsection