소스 검색

Update checkout.blade.php

Fix checkout details being the wrong way round.
GeckoBoy84 3 년 전
부모
커밋
e43339cca6
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      resources/views/store/checkout.blade.php

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