Browse Source

Merge pull request #202 from GeckoBoy84/patch-1

Update checkout.blade.php
AVMG 3 năm trước cách đây
mục cha
commit
4ea4a6910c

+ 2 - 2
resources/views/store/checkout.blade.php

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