checkout-failed.blade.php-- 926 B

1234567891011121314151617181920212223
  1. @extends('views.layouts.master')
  2. <link rel="stylesheet" href="{{ '/themes/pro/modunawa/resources/css/error.css'}}">
  3. @section('content')
  4. <!--=====================================
  5. ERROR PART START
  6. =======================================-->
  7. <section class="error-part">
  8. <div class="container">
  9. <h1>404 | Not Found</h1>
  10. <img src="{{ '/themes/pro/modunawa/resources/images/checkout_img1.png'}}" alt="product">
  11. <h3>�ֹ� ������ �̷����� �ʾҽ��ϴ�.</h3>
  12. <p>�ٽ� �ֹ��� �ֽñ� �ٶ��ϴ�.</p>
  13. <a href="index.html">�������� ����</a>
  14. </div>
  15. </section>
  16. <!--=====================================
  17. ERROR PART END
  18. =======================================-->
  19. @endsection