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

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

From
{{config('app.name' , 'Laravel')}}
Email: {{env('PAYPAL_EMAIL' , env('MAIL_FROM_NAME'))}}
To
{{Auth::user()->name}}
Email: {{Auth::user()->email}}
Status
Pending
{{-- Order ID: 4F3S8J
--}}
Quantity Product Description Subtotal
1 {{$product->quantity}} {{$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