<!DOCTYPE html>
<html lang="en">
<!-- begin::Head -->
<head>
<base href="../../../">
<meta charset="utf-8" />
<title>Get My Beer</title>
<meta name="description" content="Login Page">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<style>
@font-face {
font-family: 'Poppins';
src: url('Poppins-Regular.woff2') format('woff2');
src: url('Poppins-Regular.woff') format('woff');
font-weight: normal;
font-style: normal;
font-display: swap;
}
body{font-family:'Poppins';}
.kt-invoice-card-heading {border-bottom: 0px;padding: 5px 0px 0px;font-size: 14px;color: #333333;line-height: 15px;margin-bottom:5px;}
.invoice-details div {font-size: 13px;font-family:'Poppins';}
.invoice-details,.table {font-size: 13px;font-family:'Poppins';}
.kt-invoice-card {color: #333333;font-size: 19px;letter-spacing:0px;font-family:'Poppins';}
.invoice-details > div, .table {line-height: 12px;}
.invoice-products{margin-top:30px}
.invoice-products.table tfoot > tr:first-child > td, .invoice-products.table tfoot > tr:first-child > th {border-top: 1px solid #dddddd;}
.invoice-products.table tfoot > tr > td, .invoice-products.table tfoot > tr > th {text-align: right;font-weight:bold;}
.kt-invoice-card thead th {background: #efefef;font-weight:bold;line-height: 10px;}
.invoice-products.table tfoot > tr:last-child > td, .invoice-products.table tfoot > tr:last-child > th {border-top: 1px solid rgba(0, 0, 0, 0.3);}
div#kt_content { margin-top: 25px; }
.invoice-products.table tfoot > tr > td{line-height:10px}
.table {width: 100%;margin-bottom: 1rem;color: #212529; background-color: transparent; }
.table th,
.table td { padding: 0.75rem;vertical-align: top;border-top: 1px solid #ebedf2; }
.table thead th {vertical-align: bottom;border-bottom: 2px solid #ebedf2; }
.table tbody + tbody {border-top: 2px solid #ebedf2; }
.table-sm th,
.table-sm td {padding: 0.3rem; }
.table-bordered {border: 1px solid #ebedf2; }
.table-bordered th,
.table-bordered td {border: 1px solid #ebedf2; }
.table-bordered thead th,
.table-bordered thead td {border-bottom-width: 2px; }
.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {border: 0; }
.table-striped tbody tr:nth-of-type(odd) {background-color: #f7f8fa; }
.table-primary,
.table-primary > th,
.table-primary > td {background-color: #d0d4f5;}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {border-color: #a8b0ed; }
.table-hover .table-primary:hover {background-color: #bbc1f1;}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {background-color: #bbc1f1;}
.table-secondary,
.table-secondary > th,
.table-secondary > td {background-color: #f7f7fb;}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {border-color: #efeff7; }
.table-hover .table-secondary:hover {background-color: #e6e6f3;}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {background-color: #e6e6f3;}
.table-success,
.table-success > th,
.table-success > td {background-color: #c0f0eb; }
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {border-color: #89e3da; }
.table-hover .table-success:hover { background-color: #abebe4; }
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {background-color: #abebe4; }
.table-info,
.table-info > th,
.table-info > td {background-color: #c3ddfe;}
.panel-body{padding:25px}
.col-lg-6 .kt-invoice-card{width:380px;display:inline;}
</style>
@yield('styles')
</head>
<!-- end::Head -->
<!-- begin::Body -->
<body class="kt-quick-panel--right kt-demo-panel--right kt-offcanvas-panel--right kt-header--fixed kt-header-mobile--fixed kt-subheader--enabled kt-subheader--solid kt-aside--enabled kt-aside--fixed kt-aside--minimize kt-page--loading">
<!-- begin:: Page -->
<div class="kt-grid kt-grid--hor kt-grid--root">
<div class="kt-grid__item kt-grid__item--fluid kt-grid kt-grid--ver kt-page">
<div class="kt-grid__item kt-grid__item--fluid kt-grid kt-grid--hor" id="kt_wrapper">
@yield('content')
</div>
</div>
</div>
<!-- end:: Page -->
@yield('scripts')
<!--end::Page Scripts -->
</body>
<!-- end::Body -->
</html> |