Update checkout.blade.php

Fix checkout details being the wrong way round.
This commit is contained in:
GeckoBoy84 2021-09-25 13:37:11 +01:00 committed by GitHub
parent 2862109d60
commit e43339cca6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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