client.blade.php 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  6. <title>Stag | Pro</title>
  7. <!-- Tell the browser to be responsive to screen width -->
  8. <meta name="viewport" content="width=device-width, initial-scale=1">
  9. <!-- Font Awesome -->
  10. <link rel="stylesheet" href="/AdminLTE-3.0.5/plugins/fontawesome-free/css/all.min.css">
  11. <!-- Ionicons -->
  12. <link rel="stylesheet" href="https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css">
  13. <!-- icheck bootstrap -->
  14. <link rel="stylesheet"
  15. href="/AdminLTE-3.0.5/plugins/icheck-bootstrap/icheck-bootstrap.min.css">
  16. <!-- Theme style -->
  17. <link rel="stylesheet" href="/AdminLTE-3.0.5/dist/css/adminlte.css">
  18. <!-- Google Font: Source Sans Pro -->
  19. <link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,400i,700" rel="stylesheet">
  20. <script src="{{ mix('js/app.js') }}" defer></script>
  21. <link href="{{ mix('css/app.css') }}" rel="stylesheet">
  22. <link href="https://cdn.jsdelivr.net/npm/@mdi/font@4.x/css/materialdesignicons.min.css" rel="stylesheet">
  23. </head>
  24. <body class="hold-transition login-page">
  25. <style>
  26. .auth-branding {
  27. background: #444343 !important;
  28. box-shadow: none !important;
  29. border-bottom: 1px solid #262626;
  30. padding: 0.5rem 0;
  31. margin: 0;
  32. border-top-left-radius: 8px;
  33. border-top-right-radius: 8px;
  34. font-size: 1.4rem;
  35. }
  36. .auth-branding img {
  37. line-height: .8;
  38. margin-left: 0;
  39. margin-right: .5rem;
  40. margin-top: -3px;
  41. max-height: 33px;
  42. }
  43. .login-card-body {
  44. border-bottom-left-radius: 8px;
  45. border-bottom-right-radius: 8px;
  46. }
  47. </style>
  48. @yield('content')
  49. <!-- jQuery -->
  50. <script src="/AdminLTE-3.0.5/plugins/jquery/jquery.min.js"></script>
  51. <!-- Bootstrap 4 -->
  52. <script src="/AdminLTE-3.0.5/plugins/bootstrap/js/bootstrap.bundle.min.js"></script>
  53. <!-- AdminLTE App -->
  54. <script src="/AdminLTE-3.0.5/dist/js/adminlte.js"></script>
  55. </body>
  56. </html>