Merge pull request #202 from GeckoBoy84/patch-1

Update checkout.blade.php
This commit is contained in:
AVMG 2021-09-26 21:54:41 +02:00 committed by GitHub
commit 4ea4a6910c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -42,7 +42,7 @@
<!-- info row -->
<div class="row invoice-info">
<div class="col-sm-4 invoice-col">
From
To
<address>
<strong>{{config('app.name' , 'Laravel')}}</strong><br>
Email: {{env('PAYPAL_EMAIL' , env('MAIL_FROM_NAME'))}}
@ -50,7 +50,7 @@
</div>
<!-- /.col -->
<div class="col-sm-4 invoice-col">
To
From
<address>
<strong>{{Auth::user()->name}}</strong><br>
Email: {{Auth::user()->email}}