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

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

To
{{ config('app.name', 'Controlpanel.GG') }}
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->formatToCurrency($product->price) }}

Payment Methods:

Paypal

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) }}
@endsection