File: /var/www/javago-portal-updates/storage/framework/views/d8d150dd9f98f53d88a01fc87569ae5fd448b348.php
<!-- BEGIN NAVBAR -->
<?php if(
Request::routeIs('*.login') ||
Request::routeIs('*.login.*') ||
Request::routeIs('*.signup') ||
Request::routeIs('*.signup.*') ||
Request::routeIs('cafe.index') ||
Request::routeIs('privacy-policy') ||
Request::routeIs('terms-and-conditions') ||
Request::routeIs('FAQs') ||
Request::routeIs('about-us')
): ?>
<?php else: ?>
<div class="header-container">
<header class="header navbar navbar-expand-sm">
<?php if(
!(Request::routeIs('*.login') ||
Request::routeIs('*.login.*') ||
Request::routeIs('*.signup') ||
Request::routeIs('*.signup.*') ||
Request::routeIs('*.register') ||
Request::routeIs('*.otp') ||
Request::routeIs('*.otp.*') ||
Request::routeIs('forgot.*') ||
Request::routeIs('reset.*') ||
Request::routeIs('password-reset-success') ||
Request::routeIs('cafe.index') ||
Request::routeIs('privacy-policy') ||
Request::routeIs('terms-and-conditions') ||
Request::routeIs('FAQs') ||
Request::routeIs('about-us')
)
): ?>
<a href="javascript:void(0);" class="sidebarCollapse" data-placement="bottom"><svg width="24" height="24"
viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"
stroke-linejoin="round" class="feather feather-menu">
<line x1="3" y1="12" x2="21" y2="12"></line>
<line x1="3" y1="6" x2="21" y2="6"></line>
<line x1="3" y1="18" x2="21" y2="18"></line>
</svg>
</a>
<?php endif; ?>
<div
class="nav-logo align-self-center <?php echo e(Request::routeIs('*.login') || Request::routeIs('*.login.*') || Request::routeIs('*.signup') || Request::routeIs('*.signup.*') || Request::routeIs('*.register') || Request::routeIs('*.otp') || Request::routeIs('*.otp.*') || Request::routeIs('forgot.*') || Request::routeIs('reset.*') || Request::routeIs('password-reset-success') || Request::routeIs('cafe.index') || Request::routeIs('privacy-policy') || Request::routeIs('terms-and-conditions') || Request::routeIs('FAQs') || Request::routeIs('about-us') ? 'd-block my-2' : ''); ?>">
<a class="navbar-brand">
<img alt="logo" src="<?php echo e(asset('assets/img/logo.png')); ?>">
</a>
</div>
<?php if(
!(Request::routeIs('*.login') ||
Request::routeIs('*.login.*') ||
Request::routeIs('*.signup') ||
Request::routeIs('*.signup.*') ||
Request::routeIs('*.register') ||
Request::routeIs('*.otp') ||
Request::routeIs('*.otp.*') ||
Request::routeIs('forgot.*') ||
Request::routeIs('reset.*') ||
Request::routeIs('password-reset-success') ||
Request::routeIs('cafe.index') ||
Request::routeIs('privacy-policy') ||
Request::routeIs('terms-and-conditions') ||
Request::routeIs('FAQs') ||
Request::routeIs('about-us')
)
): ?>
<ul class="navbar-item topbar-navigation ml-auto">
<!-- BEGIN TOPBAR -->
<div class="topbar-nav header navbar" role="banner">
<nav id="topbar">
<ul class="navbar-nav theme-brand flex-row text-center">
<li class="nav-item theme-logo">
<a href="index.html">
<img src="<?php echo e(asset('assets/img/logo.png')); ?>" class="navbar-logo" alt="logo">
</a>
</li>
</ul>
<ul class="list-unstyled menu-categories" id="topAccordion">
<li class="menu single-menu <?php echo e(Request::routeIs('*.dashboard') ? 'active' : ''); ?>">
<a href="<?php echo e(route(Auth::getDefaultDriver() . '.dashboard')); ?>">
<div class="">
<svg width="25" height="25" viewBox="0 0 25 25" fill="none">
<path d="M12.8195 4H2.2627V10.7179H12.8195V4Z" stroke="#6A442E"
stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />
<path d="M22.4167 4H15.6987V10.7179H22.4167V4Z" stroke="#6A442E"
stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />
<path d="M22.4164 14.5568H12.8193V21.2747H22.4164V14.5568Z" stroke="#6A442E"
stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />
<path d="M8.98064 14.5568H2.2627V21.2747H8.98064V14.5568Z" stroke="#6A442E"
stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />
</svg>
<span><?php echo e(__('common.Dashboard')); ?></span>
</div>
</a>
</li>
<?php if(Request::routeIs('admin.*')): ?>
<li class="menu single-menu <?php echo e(Request::routeIs('admin.cafe-management.*') ? 'active' : ''); ?>">
<a href="<?php echo e(route('admin.cafe-management.index')); ?>">
<div class="">
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor"
stroke-width="2">
<path
d="M18 8H19C20.0609 8 21.0783 8.42143 21.8284 9.17157C22.5786 9.92172 23 10.9391 23 12C23 13.0609 22.5786 14.0783 21.8284 14.8284C21.0783 15.5786 20.0609 16 19 16H18"
stroke-linecap="round" stroke-linejoin="round" />
<path
d="M2 8H18V17C18 18.0609 17.5786 19.0783 16.8284 19.8284C16.0783 20.5786 15.0609 21 14 21H6C4.93913 21 3.92172 20.5786 3.17157 19.8284C2.42143 19.0783 2 18.0609 2 17V8Z"
stroke-linecap="round" stroke-linejoin="round" />
<path d="M6 1V4" stroke-linecap="round" stroke-linejoin="round" />
<path d="M10 1V4" stroke-linecap="round" stroke-linejoin="round" />
<path d="M14 1V4" stroke-linecap="round" stroke-linejoin="round" />
</svg>
<span><?php echo e(__('common.CafeManagement')); ?></span>
</div>
</a>
</li>
<li
class="menu single-menu <?php echo e(Request::routeIs('admin.customer-module.*') ? 'active' : ''); ?> <?php echo e(Request::routeIs('admin.order-history.*') ? 'active' : ''); ?>">
<a href=" <?php echo e(route('admin.customer-module.index')); ?> ">
<div class="">
<svg width="24" height="24" viewBox="0 0 24 24" fill="none"
xmlns="http://www.w3.org/2000/svg">
<path
d="M20 21V19C20 17.9391 19.5786 16.9217 18.8284 16.1716C18.0783 15.4214 17.0609 15 16 15H8C6.93913 15 5.92172 15.4214 5.17157 16.1716C4.42143 16.9217 4 17.9391 4 19V21"
stroke="#6A442E" stroke-width="1.5" stroke-linecap="round"
stroke-linejoin="round" />
<path
d="M12 11C14.2091 11 16 9.20914 16 7C16 4.79086 14.2091 3 12 3C9.79086 3 8 4.79086 8 7C8 9.20914 9.79086 11 12 11Z"
stroke="#6A442E" stroke-width="1.5" stroke-linecap="round"
stroke-linejoin="round" />
</svg>
<span><?php echo e(__('common.CustomerModule')); ?></span>
</div>
</a>
</li>
<li class="menu single-menu <?php echo e(Request::routeIs('admin.user-module.*') ? 'active' : ''); ?>">
<a href=" <?php echo e(route('admin.user-module.index')); ?> ">
<div class="">
<svg width="24" height="24" viewBox="0 0 24 24" fill="none"
xmlns="http://www.w3.org/2000/svg">
<path
d="M20 21V19C20 17.9391 19.5786 16.9217 18.8284 16.1716C18.0783 15.4214 17.0609 15 16 15H8C6.93913 15 5.92172 15.4214 5.17157 16.1716C4.42143 16.9217 4 17.9391 4 19V21"
stroke="#6A442E" stroke-width="1.5" stroke-linecap="round"
stroke-linejoin="round" />
<path
d="M12 11C14.2091 11 16 9.20914 16 7C16 4.79086 14.2091 3 12 3C9.79086 3 8 4.79086 8 7C8 9.20914 9.79086 11 12 11Z"
stroke="#6A442E" stroke-width="1.5" stroke-linecap="round"
stroke-linejoin="round" />
</svg>
<span>Users</span>
</div>
</a>
</li>
<li
class="menu single-menu <?php echo e(Request::routeIs('admin.universal-loyalty-stamp.*') ? 'active' : ''); ?> ">
<a href=" <?php echo e(route('admin.universal-loyalty-stamp.index')); ?> ">
<div class="">
<svg width="25" height="25" viewBox="0 0 25 25" fill="none"
xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_1183_1623)">
<mask id="path-1-outside-1_1183_1623" maskUnits="userSpaceOnUse" x="0" y="0"
width="25" height="25" fill="black">
<rect fill="white" width="25" height="25" />
<path
d="M23.1093 7.43342L23.6303 6.90518C23.7985 6.73405 23.9158 6.51952 23.9691 6.28557C24.0223 6.05162 24.0095 5.80745 23.932 5.58037C23.8628 5.36259 23.7343 5.16836 23.561 5.01942C23.3877 4.87048 23.1764 4.77271 22.9507 4.73705L20.4414 4.35795C20.3662 4.34512 20.2954 4.31391 20.2352 4.26709C20.175 4.22028 20.1273 4.15932 20.0964 4.08963L18.9659 1.70952C18.8704 1.49805 18.7159 1.31864 18.5209 1.19279C18.326 1.06694 18.0989 1 17.8669 1C17.6348 1 17.4077 1.06694 17.2128 1.19279C17.0178 1.31864 16.8634 1.49805 16.7678 1.70952L15.6366 4.09188C15.6056 4.16157 15.5579 4.22253 15.4977 4.26934C15.4375 4.31615 15.3667 4.34736 15.2916 4.3602L12.7822 4.7393C12.5565 4.77494 12.3452 4.87271 12.1719 5.02165C11.9986 5.17059 11.8701 5.36483 11.8009 5.58262C11.7234 5.8097 11.7106 6.05386 11.7639 6.28782C11.8171 6.52177 11.9344 6.7363 12.1026 6.90742L12.3276 7.13742H2.9167C1.85864 7.13873 1.00126 7.99611 1 9.05417V22.0834C1.00126 23.1414 1.85864 23.9988 2.9167 24.0001H22.0835C23.1415 23.9988 23.9989 23.1414 24.0002 22.0834V9.04994C24.0009 8.72707 23.9195 8.40932 23.7637 8.12655C23.6078 7.84377 23.3827 7.60526 23.1093 7.43342ZM12.5292 5.8234C12.5537 5.73986 12.6013 5.66491 12.6664 5.6072C12.7316 5.54949 12.8118 5.51135 12.8977 5.49718L15.4066 5.11808C15.6057 5.08664 15.794 5.00669 15.9549 4.88529C16.1159 4.76388 16.2444 4.60475 16.3293 4.42192L17.4601 2.03911C17.4935 1.95875 17.55 1.89009 17.6224 1.84179C17.6948 1.79349 17.7798 1.76771 17.8669 1.76771C17.9539 1.76771 18.039 1.79349 18.1113 1.84179C18.1837 1.89009 18.2402 1.95875 18.2736 2.03911L19.4044 4.42192C19.4893 4.60469 19.6178 4.76379 19.7786 4.88519C19.9395 5.00659 20.1277 5.08657 20.3267 5.11808L22.836 5.49718C22.9219 5.51136 23.0021 5.5495 23.0672 5.60721C23.1324 5.66492 23.18 5.73986 23.2044 5.8234C23.2364 5.91621 23.2422 6.01606 23.221 6.11192C23.1998 6.20778 23.1526 6.29592 23.0844 6.3666L21.2827 8.1909C21.1405 8.33772 21.0347 8.51596 20.974 8.71121C20.9134 8.90646 20.8995 9.11324 20.9335 9.31485L21.3606 11.9035C21.3787 11.9998 21.3693 12.0992 21.3332 12.1902C21.2972 12.2813 21.2361 12.3602 21.157 12.418C21.0925 12.4656 21.0156 12.4936 20.9355 12.4985C20.8554 12.5034 20.7757 12.485 20.7058 12.4456L18.438 11.2063C18.2629 11.1103 18.0665 11.06 17.8668 11.06C17.6672 11.06 17.4708 11.1103 17.2957 11.2063L15.0301 12.4455C14.9603 12.485 14.8805 12.5033 14.8004 12.4984C14.7204 12.4936 14.6434 12.4656 14.5789 12.4179C14.4998 12.3602 14.4387 12.2812 14.4027 12.1902C14.3667 12.0991 14.3572 11.9997 14.3754 11.9035L14.8001 9.31481C14.8338 9.11302 14.8196 8.90612 14.7585 8.71086C14.6975 8.5156 14.5913 8.33746 14.4486 8.19085L12.6492 6.36656C12.5809 6.29577 12.5335 6.20744 12.5123 6.11135C12.4911 6.01527 12.497 5.91519 12.5292 5.82224V5.8234ZM2.9167 7.89993H13.0851L13.9035 8.72947C13.9614 8.78971 14.0043 8.86275 14.0288 8.94267C14.0532 9.02258 14.0585 9.10713 14.0442 9.18947L13.6172 11.7782C13.575 12.0163 13.6011 12.2615 13.6925 12.4854C13.784 12.7093 13.937 12.9027 14.1339 13.0432C14.3156 13.1739 14.5306 13.2505 14.754 13.2641C14.9774 13.2776 15.2001 13.2276 15.3962 13.1199L17.6633 11.8805C17.7256 11.8462 17.7956 11.8281 17.8668 11.8281C17.938 11.8281 18.008 11.8462 18.0704 11.8805L20.3374 13.1199C20.5335 13.2277 20.7562 13.2778 20.9797 13.2642C21.2031 13.2506 21.4181 13.174 21.5997 13.0432C21.7966 12.9027 21.9496 12.7093 22.0411 12.4854C22.1326 12.2615 22.1587 12.0163 22.1165 11.7782L21.6894 9.18947C21.6751 9.10713 21.6804 9.02258 21.7048 8.94266C21.7293 8.86274 21.7722 8.7897 21.8301 8.72947L22.5489 8.00114C22.7529 8.09009 22.9264 8.23678 23.0481 8.42314C23.1697 8.6095 23.2342 8.82739 23.2335 9.04994V16.3333H1.76669V9.04994C1.76669 8.41479 2.28154 7.89993 2.9167 7.89993ZM23.2335 20.1667H1.76669V17.1H23.2335L23.2335 20.1667ZM22.0835 23.2334H2.9167C2.28159 23.2334 1.76669 22.7185 1.76669 22.0834V20.9334H23.2335V22.0834C23.2335 22.7185 22.7186 23.2334 22.0835 23.2334Z" />
</mask>
<path
d="M23.1093 7.43342L23.6303 6.90518C23.7985 6.73405 23.9158 6.51952 23.9691 6.28557C24.0223 6.05162 24.0095 5.80745 23.932 5.58037C23.8628 5.36259 23.7343 5.16836 23.561 5.01942C23.3877 4.87048 23.1764 4.77271 22.9507 4.73705L20.4414 4.35795C20.3662 4.34512 20.2954 4.31391 20.2352 4.26709C20.175 4.22028 20.1273 4.15932 20.0964 4.08963L18.9659 1.70952C18.8704 1.49805 18.7159 1.31864 18.5209 1.19279C18.326 1.06694 18.0989 1 17.8669 1C17.6348 1 17.4077 1.06694 17.2128 1.19279C17.0178 1.31864 16.8634 1.49805 16.7678 1.70952L15.6366 4.09188C15.6056 4.16157 15.5579 4.22253 15.4977 4.26934C15.4375 4.31615 15.3667 4.34736 15.2916 4.3602L12.7822 4.7393C12.5565 4.77494 12.3452 4.87271 12.1719 5.02165C11.9986 5.17059 11.8701 5.36483 11.8009 5.58262C11.7234 5.8097 11.7106 6.05386 11.7639 6.28782C11.8171 6.52177 11.9344 6.7363 12.1026 6.90742L12.3276 7.13742H2.9167C1.85864 7.13873 1.00126 7.99611 1 9.05417V22.0834C1.00126 23.1414 1.85864 23.9988 2.9167 24.0001H22.0835C23.1415 23.9988 23.9989 23.1414 24.0002 22.0834V9.04994C24.0009 8.72707 23.9195 8.40932 23.7637 8.12655C23.6078 7.84377 23.3827 7.60526 23.1093 7.43342ZM12.5292 5.8234C12.5537 5.73986 12.6013 5.66491 12.6664 5.6072C12.7316 5.54949 12.8118 5.51135 12.8977 5.49718L15.4066 5.11808C15.6057 5.08664 15.794 5.00669 15.9549 4.88529C16.1159 4.76388 16.2444 4.60475 16.3293 4.42192L17.4601 2.03911C17.4935 1.95875 17.55 1.89009 17.6224 1.84179C17.6948 1.79349 17.7798 1.76771 17.8669 1.76771C17.9539 1.76771 18.039 1.79349 18.1113 1.84179C18.1837 1.89009 18.2402 1.95875 18.2736 2.03911L19.4044 4.42192C19.4893 4.60469 19.6178 4.76379 19.7786 4.88519C19.9395 5.00659 20.1277 5.08657 20.3267 5.11808L22.836 5.49718C22.9219 5.51136 23.0021 5.5495 23.0672 5.60721C23.1324 5.66492 23.18 5.73986 23.2044 5.8234C23.2364 5.91621 23.2422 6.01606 23.221 6.11192C23.1998 6.20778 23.1526 6.29592 23.0844 6.3666L21.2827 8.1909C21.1405 8.33772 21.0347 8.51596 20.974 8.71121C20.9134 8.90646 20.8995 9.11324 20.9335 9.31485L21.3606 11.9035C21.3787 11.9998 21.3693 12.0992 21.3332 12.1902C21.2972 12.2813 21.2361 12.3602 21.157 12.418C21.0925 12.4656 21.0156 12.4936 20.9355 12.4985C20.8554 12.5034 20.7757 12.485 20.7058 12.4456L18.438 11.2063C18.2629 11.1103 18.0665 11.06 17.8668 11.06C17.6672 11.06 17.4708 11.1103 17.2957 11.2063L15.0301 12.4455C14.9603 12.485 14.8805 12.5033 14.8004 12.4984C14.7204 12.4936 14.6434 12.4656 14.5789 12.4179C14.4998 12.3602 14.4387 12.2812 14.4027 12.1902C14.3667 12.0991 14.3572 11.9997 14.3754 11.9035L14.8001 9.31481C14.8338 9.11302 14.8196 8.90612 14.7585 8.71086C14.6975 8.5156 14.5913 8.33746 14.4486 8.19085L12.6492 6.36656C12.5809 6.29577 12.5335 6.20744 12.5123 6.11135C12.4911 6.01527 12.497 5.91519 12.5292 5.82224V5.8234ZM2.9167 7.89993H13.0851L13.9035 8.72947C13.9614 8.78971 14.0043 8.86275 14.0288 8.94267C14.0532 9.02258 14.0585 9.10713 14.0442 9.18947L13.6172 11.7782C13.575 12.0163 13.6011 12.2615 13.6925 12.4854C13.784 12.7093 13.937 12.9027 14.1339 13.0432C14.3156 13.1739 14.5306 13.2505 14.754 13.2641C14.9774 13.2776 15.2001 13.2276 15.3962 13.1199L17.6633 11.8805C17.7256 11.8462 17.7956 11.8281 17.8668 11.8281C17.938 11.8281 18.008 11.8462 18.0704 11.8805L20.3374 13.1199C20.5335 13.2277 20.7562 13.2778 20.9797 13.2642C21.2031 13.2506 21.4181 13.174 21.5997 13.0432C21.7966 12.9027 21.9496 12.7093 22.0411 12.4854C22.1326 12.2615 22.1587 12.0163 22.1165 11.7782L21.6894 9.18947C21.6751 9.10713 21.6804 9.02258 21.7048 8.94266C21.7293 8.86274 21.7722 8.7897 21.8301 8.72947L22.5489 8.00114C22.7529 8.09009 22.9264 8.23678 23.0481 8.42314C23.1697 8.6095 23.2342 8.82739 23.2335 9.04994V16.3333H1.76669V9.04994C1.76669 8.41479 2.28154 7.89993 2.9167 7.89993ZM23.2335 20.1667H1.76669V17.1H23.2335L23.2335 20.1667ZM22.0835 23.2334H2.9167C2.28159 23.2334 1.76669 22.7185 1.76669 22.0834V20.9334H23.2335V22.0834C23.2335 22.7185 22.7186 23.2334 22.0835 23.2334Z"
fill="#6A442E" />
<path
d="M23.1093 7.43342L23.6303 6.90518C23.7985 6.73405 23.9158 6.51952 23.9691 6.28557C24.0223 6.05162 24.0095 5.80745 23.932 5.58037C23.8628 5.36259 23.7343 5.16836 23.561 5.01942C23.3877 4.87048 23.1764 4.77271 22.9507 4.73705L20.4414 4.35795C20.3662 4.34512 20.2954 4.31391 20.2352 4.26709C20.175 4.22028 20.1273 4.15932 20.0964 4.08963L18.9659 1.70952C18.8704 1.49805 18.7159 1.31864 18.5209 1.19279C18.326 1.06694 18.0989 1 17.8669 1C17.6348 1 17.4077 1.06694 17.2128 1.19279C17.0178 1.31864 16.8634 1.49805 16.7678 1.70952L15.6366 4.09188C15.6056 4.16157 15.5579 4.22253 15.4977 4.26934C15.4375 4.31615 15.3667 4.34736 15.2916 4.3602L12.7822 4.7393C12.5565 4.77494 12.3452 4.87271 12.1719 5.02165C11.9986 5.17059 11.8701 5.36483 11.8009 5.58262C11.7234 5.8097 11.7106 6.05386 11.7639 6.28782C11.8171 6.52177 11.9344 6.7363 12.1026 6.90742L12.3276 7.13742H2.9167C1.85864 7.13873 1.00126 7.99611 1 9.05417V22.0834C1.00126 23.1414 1.85864 23.9988 2.9167 24.0001H22.0835C23.1415 23.9988 23.9989 23.1414 24.0002 22.0834V9.04994C24.0009 8.72707 23.9195 8.40932 23.7637 8.12655C23.6078 7.84377 23.3827 7.60526 23.1093 7.43342ZM12.5292 5.8234C12.5537 5.73986 12.6013 5.66491 12.6664 5.6072C12.7316 5.54949 12.8118 5.51135 12.8977 5.49718L15.4066 5.11808C15.6057 5.08664 15.794 5.00669 15.9549 4.88529C16.1159 4.76388 16.2444 4.60475 16.3293 4.42192L17.4601 2.03911C17.4935 1.95875 17.55 1.89009 17.6224 1.84179C17.6948 1.79349 17.7798 1.76771 17.8669 1.76771C17.9539 1.76771 18.039 1.79349 18.1113 1.84179C18.1837 1.89009 18.2402 1.95875 18.2736 2.03911L19.4044 4.42192C19.4893 4.60469 19.6178 4.76379 19.7786 4.88519C19.9395 5.00659 20.1277 5.08657 20.3267 5.11808L22.836 5.49718C22.9219 5.51136 23.0021 5.5495 23.0672 5.60721C23.1324 5.66492 23.18 5.73986 23.2044 5.8234C23.2364 5.91621 23.2422 6.01606 23.221 6.11192C23.1998 6.20778 23.1526 6.29592 23.0844 6.3666L21.2827 8.1909C21.1405 8.33772 21.0347 8.51596 20.974 8.71121C20.9134 8.90646 20.8995 9.11324 20.9335 9.31485L21.3606 11.9035C21.3787 11.9998 21.3693 12.0992 21.3332 12.1902C21.2972 12.2813 21.2361 12.3602 21.157 12.418C21.0925 12.4656 21.0156 12.4936 20.9355 12.4985C20.8554 12.5034 20.7757 12.485 20.7058 12.4456L18.438 11.2063C18.2629 11.1103 18.0665 11.06 17.8668 11.06C17.6672 11.06 17.4708 11.1103 17.2957 11.2063L15.0301 12.4455C14.9603 12.485 14.8805 12.5033 14.8004 12.4984C14.7204 12.4936 14.6434 12.4656 14.5789 12.4179C14.4998 12.3602 14.4387 12.2812 14.4027 12.1902C14.3667 12.0991 14.3572 11.9997 14.3754 11.9035L14.8001 9.31481C14.8338 9.11302 14.8196 8.90612 14.7585 8.71086C14.6975 8.5156 14.5913 8.33746 14.4486 8.19085L12.6492 6.36656C12.5809 6.29577 12.5335 6.20744 12.5123 6.11135C12.4911 6.01527 12.497 5.91519 12.5292 5.82224V5.8234ZM2.9167 7.89993H13.0851L13.9035 8.72947C13.9614 8.78971 14.0043 8.86275 14.0288 8.94267C14.0532 9.02258 14.0585 9.10713 14.0442 9.18947L13.6172 11.7782C13.575 12.0163 13.6011 12.2615 13.6925 12.4854C13.784 12.7093 13.937 12.9027 14.1339 13.0432C14.3156 13.1739 14.5306 13.2505 14.754 13.2641C14.9774 13.2776 15.2001 13.2276 15.3962 13.1199L17.6633 11.8805C17.7256 11.8462 17.7956 11.8281 17.8668 11.8281C17.938 11.8281 18.008 11.8462 18.0704 11.8805L20.3374 13.1199C20.5335 13.2277 20.7562 13.2778 20.9797 13.2642C21.2031 13.2506 21.4181 13.174 21.5997 13.0432C21.7966 12.9027 21.9496 12.7093 22.0411 12.4854C22.1326 12.2615 22.1587 12.0163 22.1165 11.7782L21.6894 9.18947C21.6751 9.10713 21.6804 9.02258 21.7048 8.94266C21.7293 8.86274 21.7722 8.7897 21.8301 8.72947L22.5489 8.00114C22.7529 8.09009 22.9264 8.23678 23.0481 8.42314C23.1697 8.6095 23.2342 8.82739 23.2335 9.04994V16.3333H1.76669V9.04994C1.76669 8.41479 2.28154 7.89993 2.9167 7.89993ZM23.2335 20.1667H1.76669V17.1H23.2335L23.2335 20.1667ZM22.0835 23.2334H2.9167C2.28159 23.2334 1.76669 22.7185 1.76669 22.0834V20.9334H23.2335V22.0834C23.2335 22.7185 22.7186 23.2334 22.0835 23.2334Z"
stroke="#6A442E" stroke-width="0.2"
mask="url(#path-1-outside-1_1183_1623)" />
<path
d="M17.8671 14.4667C17.924 14.4667 17.9803 14.4555 18.0329 14.4337C18.0855 14.4119 18.1333 14.38 18.1735 14.3397C18.2137 14.2995 18.2457 14.2517 18.2674 14.1992C18.2892 14.1466 18.3004 14.0902 18.3004 14.0333V12.8833C18.3004 12.7684 18.2548 12.6582 18.1735 12.5769C18.0922 12.4957 17.982 12.45 17.8671 12.45C17.7522 12.45 17.642 12.4957 17.5607 12.5769C17.4794 12.6582 17.4338 12.7684 17.4338 12.8833V14.0333C17.4338 14.0902 17.445 14.1466 17.4668 14.1992C17.4885 14.2517 17.5204 14.2995 17.5607 14.3397C17.6009 14.38 17.6487 14.4119 17.7013 14.4337C17.7538 14.4555 17.8102 14.4667 17.8671 14.4667ZM18.1735 15.8731C18.2548 15.7918 18.3004 15.6816 18.3004 15.5667V15.1833C18.3004 15.0684 18.2548 14.9582 18.1735 14.8769C18.0922 14.7957 17.982 14.75 17.8671 14.75C17.7522 14.75 17.642 14.7957 17.5607 14.8769C17.4794 14.9582 17.4338 15.0684 17.4338 15.1833V15.5667C17.4338 15.6816 17.4794 15.7918 17.5607 15.8731C17.642 15.9543 17.7522 16 17.8671 16C17.982 16 18.0922 15.9543 18.1735 15.8731ZM19.4004 15.2333C19.5153 15.2333 19.6256 15.1877 19.7068 15.1064C19.7881 15.0251 19.8337 14.9149 19.8337 14.8V13.65C19.8337 13.535 19.7881 13.4248 19.7068 13.3436C19.6256 13.2623 19.5153 13.2167 19.4004 13.2167C19.2855 13.2167 19.1753 13.2623 19.094 13.3436C19.0128 13.4248 18.9671 13.535 18.9671 13.65V14.8C18.9671 14.8569 18.9783 14.9132 19.0001 14.9658C19.0219 15.0184 19.0538 15.0662 19.094 15.1064C19.1343 15.1466 19.182 15.1785 19.2346 15.2003C19.2872 15.2221 19.3435 15.2333 19.4004 15.2333ZM16.3337 15.2333C16.4486 15.2333 16.5589 15.1877 16.6401 15.1064C16.7214 15.0251 16.767 14.9149 16.767 14.8V13.65C16.767 13.535 16.7214 13.4248 16.6401 13.3436C16.5589 13.2623 16.4486 13.2167 16.3337 13.2167C16.2188 13.2167 16.1086 13.2623 16.0273 13.3436C15.946 13.4248 15.9004 13.535 15.9004 13.65V14.8C15.9004 14.9149 15.946 15.0251 16.0273 15.1064C16.1086 15.1877 16.2188 15.2333 16.3337 15.2333ZM4.4503 14.0833H8.28365C8.94638 14.0833 9.48366 13.546 9.48366 12.8833V10.5833C9.48366 9.92054 8.94638 9.38326 8.28365 9.38326H4.4503C3.78758 9.38326 3.25029 9.92054 3.25029 10.5833V12.8833C3.25029 13.5461 3.78758 14.0833 4.4503 14.0833ZM4.11698 10.5833C4.11698 10.4949 4.1521 10.4101 4.21461 10.3476C4.27712 10.2851 4.3619 10.2499 4.4503 10.2499H8.28365C8.37205 10.2499 8.45684 10.2851 8.51935 10.3476C8.58186 10.4101 8.61697 10.4949 8.61697 10.5833V12.8833C8.61697 12.9717 8.58186 13.0565 8.51935 13.119C8.45684 13.1815 8.37205 13.2166 8.28365 13.2166H4.4503C4.40653 13.2166 4.36319 13.208 4.32275 13.1912C4.28231 13.1745 4.24556 13.1499 4.21461 13.119C4.18366 13.088 4.1591 13.0513 4.14235 13.0108C4.1256 12.9704 4.11698 12.9271 4.11698 12.8833V10.5833Z"
fill="#6A442E" stroke="#6A442E" stroke-width="0.1" />
</g>
<defs>
<clipPath id="clip0_1183_1623">
<rect width="25" height="25" fill="white" />
</clipPath>
</defs>
</svg>
<span><?php echo e(__('common.universalLoyaltyStamp')); ?></span>
</div>
</a>
</li>
<?php endif; ?>
<?php if(Request::routeIs('cafe.*')): ?>
<li class="menu single-menu <?php echo e(Request::routeIs('cafe.cafe-menu-item.*') ? 'active' : ''); ?>">
<a href="<?php echo e(route('cafe.cafe-menu-item.index')); ?>">
<div class="">
<svg width="25" height="25" viewBox="0 0 25 25" fill="none">
<mask id="path-1-outside-1_1180_1615" maskUnits="userSpaceOnUse" x="3.07812"
y="0.982544" width="17" height="23" fill="black">
<rect fill="white" x="3.07812" y="0.982544" width="17" height="23" />
<path
d="M18.75 4.25001H17.5781V2.78126C17.5808 2.66327 17.5566 2.54623 17.5076 2.4389C17.4585 2.33158 17.3857 2.23677 17.2948 2.16159C17.2038 2.08641 17.097 2.03281 16.9823 2.00483C16.8677 1.97684 16.7482 1.97519 16.6328 2.00001L5.17188 4.25782C4.87615 4.27757 4.5989 4.40865 4.39596 4.62464C4.19301 4.84064 4.07944 5.1255 4.07812 5.42188V21.8281C4.07812 22.1389 4.20159 22.437 4.42136 22.6568C4.64113 22.8765 4.9392 23 5.25 23H18.75C19.0608 23 19.3589 22.8765 19.5786 22.6568C19.7984 22.437 19.9219 22.1389 19.9219 21.8281V5.42188C19.9219 5.11108 19.7984 4.81301 19.5786 4.59324C19.3589 4.37347 19.0608 4.25001 18.75 4.25001ZM16.7969 2.78126V4.25001H9.9375L16.7969 2.78126ZM19.1406 21.8281C19.1406 21.9317 19.0995 22.0311 19.0262 22.1043C18.953 22.1776 18.8536 22.2188 18.75 22.2188H5.25C5.1464 22.2188 5.04704 22.1776 4.97379 22.1043C4.90053 22.0311 4.85938 21.9317 4.85938 21.8281V5.42188C4.85938 5.31828 4.90053 5.21892 4.97379 5.14567C5.04704 5.07241 5.1464 5.03126 5.25 5.03126H18.75C18.8536 5.03126 18.953 5.07241 19.0262 5.14567C19.0995 5.21892 19.1406 5.31828 19.1406 5.42188V21.8281ZM10.6641 13.2813C10.6641 13.3849 10.6229 13.4842 10.5497 13.5575C10.4764 13.6307 10.377 13.6719 10.2734 13.6719C9.87417 13.6698 9.49185 13.5103 9.20952 13.228C8.9272 12.9457 8.76768 12.5633 8.76562 12.1641V10.6016C8.76562 10.498 8.80678 10.3986 8.88004 10.3254C8.95329 10.2521 9.05265 10.2109 9.15625 10.2109C9.25985 10.2109 9.35921 10.2521 9.43246 10.3254C9.50572 10.3986 9.54688 10.498 9.54688 10.6016V12.1641C9.54688 12.3568 9.62342 12.5416 9.75968 12.6778C9.89594 12.8141 10.0807 12.8906 10.2734 12.8906C10.377 12.8906 10.4764 12.9318 10.5497 13.005C10.6229 13.0783 10.6641 13.1777 10.6641 13.2813ZM15.5703 9.54688V8.85938C15.5778 8.72323 15.5572 8.58699 15.5098 8.45916C15.4623 8.33133 15.389 8.21466 15.2944 8.11643C15.1999 8.01819 15.0861 7.9405 14.9601 7.88821C14.8342 7.83592 14.6988 7.81015 14.5625 7.81251H8.4375C8.30523 7.81042 8.17389 7.8348 8.05118 7.88422C7.92848 7.93364 7.8169 8.00709 7.723 8.10026C7.6291 8.19344 7.55477 8.30444 7.5044 8.42676C7.45403 8.54908 7.42863 8.68023 7.42969 8.81251V12.3438C7.43084 12.7306 7.51113 13.1132 7.66564 13.4679C7.82015 13.8226 8.0456 14.1419 8.32812 14.4063H7.59375C7.49015 14.4063 7.39079 14.4474 7.31754 14.5207C7.24428 14.5939 7.20312 14.6933 7.20312 14.7969C7.20312 14.9005 7.24428 14.9998 7.31754 15.0731C7.39079 15.1464 7.49015 15.1875 7.59375 15.1875H15.4062C15.5099 15.1875 15.6092 15.1464 15.6825 15.0731C15.7557 14.9998 15.7969 14.9005 15.7969 14.7969C15.7969 14.6933 15.7557 14.5939 15.6825 14.5207C15.6092 14.4474 15.5099 14.4063 15.4062 14.4063H14.6797C15.0748 14.0325 15.3472 13.5476 15.4609 13.0156C15.8736 12.9545 16.2515 12.7499 16.5283 12.4378C16.805 12.1256 16.9629 11.7259 16.9741 11.3089C16.9853 10.8919 16.8491 10.4843 16.5895 10.1577C16.3299 9.83117 15.9635 9.60658 15.5547 9.52344L15.5703 9.54688ZM14.7891 12.3672C14.7944 12.4165 14.7944 12.4663 14.7891 12.5156C14.7535 13.0345 14.5224 13.5205 14.1426 13.8758C13.7627 14.231 13.2623 14.4289 12.7422 14.4297H10.2734C10.0026 14.4297 9.73439 14.3763 9.48415 14.2727C9.23392 14.169 9.00655 14.0171 8.81503 13.8256C8.62351 13.6341 8.47159 13.4067 8.36794 13.1565C8.26429 12.9062 8.21094 12.638 8.21094 12.3672V8.83594C8.21092 8.80655 8.21683 8.77745 8.2283 8.75039C8.23978 8.72332 8.2566 8.69885 8.27774 8.67844C8.29889 8.65802 8.32394 8.64207 8.35139 8.63155C8.37884 8.62103 8.40812 8.61614 8.4375 8.61719H14.5625C14.5919 8.61614 14.6212 8.62103 14.6486 8.63155C14.6761 8.64207 14.7011 8.65802 14.7223 8.67844C14.7434 8.69885 14.7602 8.72332 14.7717 8.75039C14.7832 8.77745 14.7891 8.80655 14.7891 8.83594V12.3672ZM15.5703 12.2109V10.3359C15.7542 10.411 15.9116 10.5392 16.0223 10.7041C16.1331 10.869 16.1923 11.0631 16.1923 11.2617C16.1923 11.4604 16.1331 11.6545 16.0223 11.8194C15.9116 11.9843 15.7542 12.1124 15.5703 12.1875V12.2109ZM15.7969 17.9453C15.7969 18.0489 15.7557 18.1483 15.6825 18.2215C15.6092 18.2948 15.5099 18.3359 15.4062 18.3359H7.59375C7.49015 18.3359 7.39079 18.2948 7.31754 18.2215C7.24428 18.1483 7.20312 18.0489 7.20312 17.9453C7.20312 17.8417 7.24428 17.7424 7.31754 17.6691C7.39079 17.5958 7.49015 17.5547 7.59375 17.5547H15.4062C15.5059 17.5545 15.6019 17.5924 15.6745 17.6607C15.7471 17.729 15.7909 17.8224 15.7969 17.9219V17.9453ZM14.2344 19.5078C14.2344 19.6114 14.1932 19.7108 14.12 19.784C14.0467 19.8573 13.9474 19.8984 13.8438 19.8984H9.15625C9.05265 19.8984 8.95329 19.8573 8.88004 19.784C8.80678 19.7108 8.76562 19.6114 8.76562 19.5078C8.76562 19.4042 8.80678 19.3049 8.88004 19.2316C8.95329 19.1583 9.05265 19.1172 9.15625 19.1172H13.8438C13.9434 19.117 14.0394 19.1549 14.112 19.2232C14.1846 19.2915 14.2284 19.3849 14.2344 19.4844V19.5078Z" />
</mask>
<path
d="M18.75 4.25001H17.5781V2.78126C17.5808 2.66327 17.5566 2.54623 17.5076 2.4389C17.4585 2.33158 17.3857 2.23677 17.2948 2.16159C17.2038 2.08641 17.097 2.03281 16.9823 2.00483C16.8677 1.97684 16.7482 1.97519 16.6328 2.00001L5.17188 4.25782C4.87615 4.27757 4.5989 4.40865 4.39596 4.62464C4.19301 4.84064 4.07944 5.1255 4.07812 5.42188V21.8281C4.07812 22.1389 4.20159 22.437 4.42136 22.6568C4.64113 22.8765 4.9392 23 5.25 23H18.75C19.0608 23 19.3589 22.8765 19.5786 22.6568C19.7984 22.437 19.9219 22.1389 19.9219 21.8281V5.42188C19.9219 5.11108 19.7984 4.81301 19.5786 4.59324C19.3589 4.37347 19.0608 4.25001 18.75 4.25001ZM16.7969 2.78126V4.25001H9.9375L16.7969 2.78126ZM19.1406 21.8281C19.1406 21.9317 19.0995 22.0311 19.0262 22.1043C18.953 22.1776 18.8536 22.2188 18.75 22.2188H5.25C5.1464 22.2188 5.04704 22.1776 4.97379 22.1043C4.90053 22.0311 4.85938 21.9317 4.85938 21.8281V5.42188C4.85938 5.31828 4.90053 5.21892 4.97379 5.14567C5.04704 5.07241 5.1464 5.03126 5.25 5.03126H18.75C18.8536 5.03126 18.953 5.07241 19.0262 5.14567C19.0995 5.21892 19.1406 5.31828 19.1406 5.42188V21.8281ZM10.6641 13.2813C10.6641 13.3849 10.6229 13.4842 10.5497 13.5575C10.4764 13.6307 10.377 13.6719 10.2734 13.6719C9.87417 13.6698 9.49185 13.5103 9.20952 13.228C8.9272 12.9457 8.76768 12.5633 8.76562 12.1641V10.6016C8.76562 10.498 8.80678 10.3986 8.88004 10.3254C8.95329 10.2521 9.05265 10.2109 9.15625 10.2109C9.25985 10.2109 9.35921 10.2521 9.43246 10.3254C9.50572 10.3986 9.54688 10.498 9.54688 10.6016V12.1641C9.54688 12.3568 9.62342 12.5416 9.75968 12.6778C9.89594 12.8141 10.0807 12.8906 10.2734 12.8906C10.377 12.8906 10.4764 12.9318 10.5497 13.005C10.6229 13.0783 10.6641 13.1777 10.6641 13.2813ZM15.5703 9.54688V8.85938C15.5778 8.72323 15.5572 8.58699 15.5098 8.45916C15.4623 8.33133 15.389 8.21466 15.2944 8.11643C15.1999 8.01819 15.0861 7.9405 14.9601 7.88821C14.8342 7.83592 14.6988 7.81015 14.5625 7.81251H8.4375C8.30523 7.81042 8.17389 7.8348 8.05118 7.88422C7.92848 7.93364 7.8169 8.00709 7.723 8.10026C7.6291 8.19344 7.55477 8.30444 7.5044 8.42676C7.45403 8.54908 7.42863 8.68023 7.42969 8.81251V12.3438C7.43084 12.7306 7.51113 13.1132 7.66564 13.4679C7.82015 13.8226 8.0456 14.1419 8.32812 14.4063H7.59375C7.49015 14.4063 7.39079 14.4474 7.31754 14.5207C7.24428 14.5939 7.20312 14.6933 7.20312 14.7969C7.20312 14.9005 7.24428 14.9998 7.31754 15.0731C7.39079 15.1464 7.49015 15.1875 7.59375 15.1875H15.4062C15.5099 15.1875 15.6092 15.1464 15.6825 15.0731C15.7557 14.9998 15.7969 14.9005 15.7969 14.7969C15.7969 14.6933 15.7557 14.5939 15.6825 14.5207C15.6092 14.4474 15.5099 14.4063 15.4062 14.4063H14.6797C15.0748 14.0325 15.3472 13.5476 15.4609 13.0156C15.8736 12.9545 16.2515 12.7499 16.5283 12.4378C16.805 12.1256 16.9629 11.7259 16.9741 11.3089C16.9853 10.8919 16.8491 10.4843 16.5895 10.1577C16.3299 9.83117 15.9635 9.60658 15.5547 9.52344L15.5703 9.54688ZM14.7891 12.3672C14.7944 12.4165 14.7944 12.4663 14.7891 12.5156C14.7535 13.0345 14.5224 13.5205 14.1426 13.8758C13.7627 14.231 13.2623 14.4289 12.7422 14.4297H10.2734C10.0026 14.4297 9.73439 14.3763 9.48415 14.2727C9.23392 14.169 9.00655 14.0171 8.81503 13.8256C8.62351 13.6341 8.47159 13.4067 8.36794 13.1565C8.26429 12.9062 8.21094 12.638 8.21094 12.3672V8.83594C8.21092 8.80655 8.21683 8.77745 8.2283 8.75039C8.23978 8.72332 8.2566 8.69885 8.27774 8.67844C8.29889 8.65802 8.32394 8.64207 8.35139 8.63155C8.37884 8.62103 8.40812 8.61614 8.4375 8.61719H14.5625C14.5919 8.61614 14.6212 8.62103 14.6486 8.63155C14.6761 8.64207 14.7011 8.65802 14.7223 8.67844C14.7434 8.69885 14.7602 8.72332 14.7717 8.75039C14.7832 8.77745 14.7891 8.80655 14.7891 8.83594V12.3672ZM15.5703 12.2109V10.3359C15.7542 10.411 15.9116 10.5392 16.0223 10.7041C16.1331 10.869 16.1923 11.0631 16.1923 11.2617C16.1923 11.4604 16.1331 11.6545 16.0223 11.8194C15.9116 11.9843 15.7542 12.1124 15.5703 12.1875V12.2109ZM15.7969 17.9453C15.7969 18.0489 15.7557 18.1483 15.6825 18.2215C15.6092 18.2948 15.5099 18.3359 15.4062 18.3359H7.59375C7.49015 18.3359 7.39079 18.2948 7.31754 18.2215C7.24428 18.1483 7.20312 18.0489 7.20312 17.9453C7.20312 17.8417 7.24428 17.7424 7.31754 17.6691C7.39079 17.5958 7.49015 17.5547 7.59375 17.5547H15.4062C15.5059 17.5545 15.6019 17.5924 15.6745 17.6607C15.7471 17.729 15.7909 17.8224 15.7969 17.9219V17.9453ZM14.2344 19.5078C14.2344 19.6114 14.1932 19.7108 14.12 19.784C14.0467 19.8573 13.9474 19.8984 13.8438 19.8984H9.15625C9.05265 19.8984 8.95329 19.8573 8.88004 19.784C8.80678 19.7108 8.76562 19.6114 8.76562 19.5078C8.76562 19.4042 8.80678 19.3049 8.88004 19.2316C8.95329 19.1583 9.05265 19.1172 9.15625 19.1172H13.8438C13.9434 19.117 14.0394 19.1549 14.112 19.2232C14.1846 19.2915 14.2284 19.3849 14.2344 19.4844V19.5078Z"
fill="#6A442E" />
<path
d="M18.75 4.25001H17.5781V2.78126C17.5808 2.66327 17.5566 2.54623 17.5076 2.4389C17.4585 2.33158 17.3857 2.23677 17.2948 2.16159C17.2038 2.08641 17.097 2.03281 16.9823 2.00483C16.8677 1.97684 16.7482 1.97519 16.6328 2.00001L5.17188 4.25782C4.87615 4.27757 4.5989 4.40865 4.39596 4.62464C4.19301 4.84064 4.07944 5.1255 4.07812 5.42188V21.8281C4.07812 22.1389 4.20159 22.437 4.42136 22.6568C4.64113 22.8765 4.9392 23 5.25 23H18.75C19.0608 23 19.3589 22.8765 19.5786 22.6568C19.7984 22.437 19.9219 22.1389 19.9219 21.8281V5.42188C19.9219 5.11108 19.7984 4.81301 19.5786 4.59324C19.3589 4.37347 19.0608 4.25001 18.75 4.25001ZM16.7969 2.78126V4.25001H9.9375L16.7969 2.78126ZM19.1406 21.8281C19.1406 21.9317 19.0995 22.0311 19.0262 22.1043C18.953 22.1776 18.8536 22.2188 18.75 22.2188H5.25C5.1464 22.2188 5.04704 22.1776 4.97379 22.1043C4.90053 22.0311 4.85938 21.9317 4.85938 21.8281V5.42188C4.85938 5.31828 4.90053 5.21892 4.97379 5.14567C5.04704 5.07241 5.1464 5.03126 5.25 5.03126H18.75C18.8536 5.03126 18.953 5.07241 19.0262 5.14567C19.0995 5.21892 19.1406 5.31828 19.1406 5.42188V21.8281ZM10.6641 13.2813C10.6641 13.3849 10.6229 13.4842 10.5497 13.5575C10.4764 13.6307 10.377 13.6719 10.2734 13.6719C9.87417 13.6698 9.49185 13.5103 9.20952 13.228C8.9272 12.9457 8.76768 12.5633 8.76562 12.1641V10.6016C8.76562 10.498 8.80678 10.3986 8.88004 10.3254C8.95329 10.2521 9.05265 10.2109 9.15625 10.2109C9.25985 10.2109 9.35921 10.2521 9.43246 10.3254C9.50572 10.3986 9.54688 10.498 9.54688 10.6016V12.1641C9.54688 12.3568 9.62342 12.5416 9.75968 12.6778C9.89594 12.8141 10.0807 12.8906 10.2734 12.8906C10.377 12.8906 10.4764 12.9318 10.5497 13.005C10.6229 13.0783 10.6641 13.1777 10.6641 13.2813ZM15.5703 9.54688V8.85938C15.5778 8.72323 15.5572 8.58699 15.5098 8.45916C15.4623 8.33133 15.389 8.21466 15.2944 8.11643C15.1999 8.01819 15.0861 7.9405 14.9601 7.88821C14.8342 7.83592 14.6988 7.81015 14.5625 7.81251H8.4375C8.30523 7.81042 8.17389 7.8348 8.05118 7.88422C7.92848 7.93364 7.8169 8.00709 7.723 8.10026C7.6291 8.19344 7.55477 8.30444 7.5044 8.42676C7.45403 8.54908 7.42863 8.68023 7.42969 8.81251V12.3438C7.43084 12.7306 7.51113 13.1132 7.66564 13.4679C7.82015 13.8226 8.0456 14.1419 8.32812 14.4063H7.59375C7.49015 14.4063 7.39079 14.4474 7.31754 14.5207C7.24428 14.5939 7.20312 14.6933 7.20312 14.7969C7.20312 14.9005 7.24428 14.9998 7.31754 15.0731C7.39079 15.1464 7.49015 15.1875 7.59375 15.1875H15.4062C15.5099 15.1875 15.6092 15.1464 15.6825 15.0731C15.7557 14.9998 15.7969 14.9005 15.7969 14.7969C15.7969 14.6933 15.7557 14.5939 15.6825 14.5207C15.6092 14.4474 15.5099 14.4063 15.4062 14.4063H14.6797C15.0748 14.0325 15.3472 13.5476 15.4609 13.0156C15.8736 12.9545 16.2515 12.7499 16.5283 12.4378C16.805 12.1256 16.9629 11.7259 16.9741 11.3089C16.9853 10.8919 16.8491 10.4843 16.5895 10.1577C16.3299 9.83117 15.9635 9.60658 15.5547 9.52344L15.5703 9.54688ZM14.7891 12.3672C14.7944 12.4165 14.7944 12.4663 14.7891 12.5156C14.7535 13.0345 14.5224 13.5205 14.1426 13.8758C13.7627 14.231 13.2623 14.4289 12.7422 14.4297H10.2734C10.0026 14.4297 9.73439 14.3763 9.48415 14.2727C9.23392 14.169 9.00655 14.0171 8.81503 13.8256C8.62351 13.6341 8.47159 13.4067 8.36794 13.1565C8.26429 12.9062 8.21094 12.638 8.21094 12.3672V8.83594C8.21092 8.80655 8.21683 8.77745 8.2283 8.75039C8.23978 8.72332 8.2566 8.69885 8.27774 8.67844C8.29889 8.65802 8.32394 8.64207 8.35139 8.63155C8.37884 8.62103 8.40812 8.61614 8.4375 8.61719H14.5625C14.5919 8.61614 14.6212 8.62103 14.6486 8.63155C14.6761 8.64207 14.7011 8.65802 14.7223 8.67844C14.7434 8.69885 14.7602 8.72332 14.7717 8.75039C14.7832 8.77745 14.7891 8.80655 14.7891 8.83594V12.3672ZM15.5703 12.2109V10.3359C15.7542 10.411 15.9116 10.5392 16.0223 10.7041C16.1331 10.869 16.1923 11.0631 16.1923 11.2617C16.1923 11.4604 16.1331 11.6545 16.0223 11.8194C15.9116 11.9843 15.7542 12.1124 15.5703 12.1875V12.2109ZM15.7969 17.9453C15.7969 18.0489 15.7557 18.1483 15.6825 18.2215C15.6092 18.2948 15.5099 18.3359 15.4062 18.3359H7.59375C7.49015 18.3359 7.39079 18.2948 7.31754 18.2215C7.24428 18.1483 7.20312 18.0489 7.20312 17.9453C7.20312 17.8417 7.24428 17.7424 7.31754 17.6691C7.39079 17.5958 7.49015 17.5547 7.59375 17.5547H15.4062C15.5059 17.5545 15.6019 17.5924 15.6745 17.6607C15.7471 17.729 15.7909 17.8224 15.7969 17.9219V17.9453ZM14.2344 19.5078C14.2344 19.6114 14.1932 19.7108 14.12 19.784C14.0467 19.8573 13.9474 19.8984 13.8438 19.8984H9.15625C9.05265 19.8984 8.95329 19.8573 8.88004 19.784C8.80678 19.7108 8.76562 19.6114 8.76562 19.5078C8.76562 19.4042 8.80678 19.3049 8.88004 19.2316C8.95329 19.1583 9.05265 19.1172 9.15625 19.1172H13.8438C13.9434 19.117 14.0394 19.1549 14.112 19.2232C14.1846 19.2915 14.2284 19.3849 14.2344 19.4844V19.5078Z"
stroke="#6A442E" stroke-width="0.2"
mask="url(#path-1-outside-1_1180_1615)" />
</svg>
<span><?php echo e(__('common.CafeMenu')); ?></span>
</div>
</a>
</li>
<?php endif; ?>
<?php if(Request::routeIs('cafe.*')): ?>
<li class="menu single-menu <?php echo e(Request::routeIs('cafe.order-history.*') ? 'active' : ''); ?>">
<a href="<?php echo e(route('cafe.order-history.index')); ?>">
<div class="">
<svg width="25" height="25" viewBox="0 0 25 25" fill="none">
<path
d="M21.0938 23.2422H8.59382C8.02402 23.2422 7.47756 23.0158 7.07465 22.6129C6.67173 22.21 6.44538 21.6636 6.44538 21.0938V20.7422C5.11245 20.4334 3.92342 19.6822 3.07209 18.611C2.22076 17.5399 1.75732 16.212 1.75732 14.8438C1.75732 13.4755 2.22076 12.1476 3.07209 11.0765C3.92342 10.0053 5.11245 9.25415 6.44538 8.94532V3.90625C6.44538 3.33645 6.67173 2.78999 7.07465 2.38708C7.47756 1.98417 8.02402 1.75782 8.59382 1.75782H17.3204C17.6035 1.75729 17.884 1.81295 18.1455 1.92158C18.407 2.0302 18.6444 2.18963 18.8438 2.39063L22.6094 6.15625C22.8152 6.36031 22.9774 6.60401 23.0861 6.87259C23.1949 7.14117 23.248 7.42904 23.2423 7.71875V21.0938C23.2423 21.6636 23.0159 22.21 22.613 22.6129C22.2101 23.0158 21.6636 23.2422 21.0938 23.2422ZM7.61726 20.8984V21.0938C7.61726 21.3528 7.72014 21.6011 7.90329 21.7843C8.08643 21.9674 8.33482 22.0703 8.59382 22.0703H21.0938C21.3528 22.0703 21.6012 21.9674 21.7844 21.7843C21.9675 21.6011 22.0704 21.3528 22.0704 21.0938V8.39844H18.7501C18.1803 8.39844 17.6338 8.17209 17.2309 7.76918C16.828 7.36627 16.6016 6.8198 16.6016 6.25V2.92969H8.59382C8.33482 2.92969 8.08643 3.03258 7.90329 3.21572C7.72014 3.39886 7.61726 3.64725 7.61726 3.90625V8.78907H7.81257C9.41837 8.78907 10.9584 9.42697 12.0939 10.5624C13.2294 11.6979 13.8673 13.2379 13.8673 14.8438C13.8673 16.4496 13.2294 17.9896 12.0939 19.1251C10.9584 20.2605 9.41837 20.8984 7.81257 20.8984H7.61726ZM7.81257 9.96094C6.84684 9.96094 5.9028 10.2473 5.09982 10.7838C4.29685 11.3204 3.67101 12.083 3.30144 12.9752C2.93187 13.8674 2.83517 14.8492 3.02358 15.7963C3.21198 16.7435 3.67703 17.6135 4.3599 18.2964C5.04277 18.9793 5.91281 19.4443 6.85998 19.6327C7.80715 19.8211 8.78892 19.7244 9.68114 19.3549C10.5734 18.9853 11.3359 18.3595 11.8725 17.5565C12.409 16.7535 12.6954 15.8095 12.6954 14.8438C12.6954 13.5487 12.1809 12.3068 11.2652 11.3911C10.3495 10.4754 9.10757 9.96094 7.81257 9.96094ZM17.7735 3.03907V6.25C17.7735 6.509 17.8764 6.7574 18.0595 6.94054C18.2427 7.12368 18.4911 7.22657 18.7501 7.22657H21.961C21.9127 7.13787 21.8522 7.05636 21.7813 6.98438L18.0157 3.21875C17.9437 3.14789 17.8622 3.08741 17.7735 3.03907ZM19.5313 17.7734H15.6251C15.4697 17.7734 15.3206 17.7117 15.2107 17.6018C15.1009 17.4919 15.0391 17.3429 15.0391 17.1875C15.0391 17.0321 15.1009 16.8831 15.2107 16.7732C15.3206 16.6633 15.4697 16.6016 15.6251 16.6016H19.5313C19.6867 16.6016 19.8358 16.6633 19.9456 16.7732C20.0555 16.8831 20.1173 17.0321 20.1173 17.1875C20.1173 17.3429 20.0555 17.4919 19.9456 17.6018C19.8358 17.7117 19.6867 17.7734 19.5313 17.7734ZM6.64069 16.6016C6.48996 16.59 6.34973 16.5199 6.25007 16.4063C6.15399 16.2988 6.10086 16.1598 6.10086 16.0156C6.10086 15.8715 6.15399 15.7324 6.25007 15.625L7.25007 14.625V12.5C7.25007 12.3446 7.3118 12.1956 7.42169 12.0857C7.53157 11.9758 7.68061 11.9141 7.83601 11.9141C7.99141 11.9141 8.14044 11.9758 8.25033 12.0857C8.36021 12.1956 8.42194 12.3446 8.42194 12.5V14.8438C8.42181 14.9991 8.35999 15.148 8.25007 15.2578L7.03132 16.4063C6.93166 16.5199 6.79143 16.59 6.64069 16.6016ZM19.5313 14.6484H16.4063C16.2509 14.6484 16.1019 14.5867 15.992 14.4768C15.8821 14.3669 15.8204 14.2179 15.8204 14.0625C15.8204 13.9071 15.8821 13.7581 15.992 13.6482C16.1019 13.5383 16.2509 13.4766 16.4063 13.4766H19.5313C19.6867 13.4766 19.8358 13.5383 19.9456 13.6482C20.0555 13.7581 20.1173 13.9071 20.1173 14.0625C20.1173 14.2179 20.0555 14.3669 19.9456 14.4768C19.8358 14.5867 19.6867 14.6484 19.5313 14.6484ZM19.5313 11.5234H15.6251C15.4697 11.5234 15.3206 11.4617 15.2107 11.3518C15.1009 11.2419 15.0391 11.0929 15.0391 10.9375C15.0391 10.7821 15.1009 10.6331 15.2107 10.5232C15.3206 10.4133 15.4697 10.3516 15.6251 10.3516H19.5313C19.6867 10.3516 19.8358 10.4133 19.9456 10.5232C20.0555 10.6331 20.1173 10.7821 20.1173 10.9375C20.1173 11.0929 20.0555 11.2419 19.9456 11.3518C19.8358 11.4617 19.6867 11.5234 19.5313 11.5234ZM14.0626 8.39844H11.7188C11.5634 8.39844 11.4144 8.33671 11.3045 8.22682C11.1946 8.11694 11.1329 7.9679 11.1329 7.8125C11.1329 7.6571 11.1946 7.50807 11.3045 7.39818C11.4144 7.2883 11.5634 7.22657 11.7188 7.22657H14.0626C14.218 7.22657 14.367 7.2883 14.4769 7.39818C14.5868 7.50807 14.6485 7.6571 14.6485 7.8125C14.6485 7.9679 14.5868 8.11694 14.4769 8.22682C14.367 8.33671 14.218 8.39844 14.0626 8.39844Z"
fill="#6A442E" />
</svg>
<span><?php echo e(__('common.OrderHistory')); ?></span>
</div>
</a>
</li>
<li
class="menu single-menu <?php echo e(Request::routeIs('cafe.manage-loyalty-stamp.*') ? 'active' : ''); ?> ">
<a href=" <?php echo e(route('cafe.manage-loyalty-stamp.index')); ?> ">
<div class="">
<svg width="25" height="25" viewBox="0 0 25 25" fill="none"
xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_1183_1623)">
<mask id="path-1-outside-1_1183_1623" maskUnits="userSpaceOnUse" x="0" y="0"
width="25" height="25" fill="black">
<rect fill="white" width="25" height="25" />
<path
d="M23.1093 7.43342L23.6303 6.90518C23.7985 6.73405 23.9158 6.51952 23.9691 6.28557C24.0223 6.05162 24.0095 5.80745 23.932 5.58037C23.8628 5.36259 23.7343 5.16836 23.561 5.01942C23.3877 4.87048 23.1764 4.77271 22.9507 4.73705L20.4414 4.35795C20.3662 4.34512 20.2954 4.31391 20.2352 4.26709C20.175 4.22028 20.1273 4.15932 20.0964 4.08963L18.9659 1.70952C18.8704 1.49805 18.7159 1.31864 18.5209 1.19279C18.326 1.06694 18.0989 1 17.8669 1C17.6348 1 17.4077 1.06694 17.2128 1.19279C17.0178 1.31864 16.8634 1.49805 16.7678 1.70952L15.6366 4.09188C15.6056 4.16157 15.5579 4.22253 15.4977 4.26934C15.4375 4.31615 15.3667 4.34736 15.2916 4.3602L12.7822 4.7393C12.5565 4.77494 12.3452 4.87271 12.1719 5.02165C11.9986 5.17059 11.8701 5.36483 11.8009 5.58262C11.7234 5.8097 11.7106 6.05386 11.7639 6.28782C11.8171 6.52177 11.9344 6.7363 12.1026 6.90742L12.3276 7.13742H2.9167C1.85864 7.13873 1.00126 7.99611 1 9.05417V22.0834C1.00126 23.1414 1.85864 23.9988 2.9167 24.0001H22.0835C23.1415 23.9988 23.9989 23.1414 24.0002 22.0834V9.04994C24.0009 8.72707 23.9195 8.40932 23.7637 8.12655C23.6078 7.84377 23.3827 7.60526 23.1093 7.43342ZM12.5292 5.8234C12.5537 5.73986 12.6013 5.66491 12.6664 5.6072C12.7316 5.54949 12.8118 5.51135 12.8977 5.49718L15.4066 5.11808C15.6057 5.08664 15.794 5.00669 15.9549 4.88529C16.1159 4.76388 16.2444 4.60475 16.3293 4.42192L17.4601 2.03911C17.4935 1.95875 17.55 1.89009 17.6224 1.84179C17.6948 1.79349 17.7798 1.76771 17.8669 1.76771C17.9539 1.76771 18.039 1.79349 18.1113 1.84179C18.1837 1.89009 18.2402 1.95875 18.2736 2.03911L19.4044 4.42192C19.4893 4.60469 19.6178 4.76379 19.7786 4.88519C19.9395 5.00659 20.1277 5.08657 20.3267 5.11808L22.836 5.49718C22.9219 5.51136 23.0021 5.5495 23.0672 5.60721C23.1324 5.66492 23.18 5.73986 23.2044 5.8234C23.2364 5.91621 23.2422 6.01606 23.221 6.11192C23.1998 6.20778 23.1526 6.29592 23.0844 6.3666L21.2827 8.1909C21.1405 8.33772 21.0347 8.51596 20.974 8.71121C20.9134 8.90646 20.8995 9.11324 20.9335 9.31485L21.3606 11.9035C21.3787 11.9998 21.3693 12.0992 21.3332 12.1902C21.2972 12.2813 21.2361 12.3602 21.157 12.418C21.0925 12.4656 21.0156 12.4936 20.9355 12.4985C20.8554 12.5034 20.7757 12.485 20.7058 12.4456L18.438 11.2063C18.2629 11.1103 18.0665 11.06 17.8668 11.06C17.6672 11.06 17.4708 11.1103 17.2957 11.2063L15.0301 12.4455C14.9603 12.485 14.8805 12.5033 14.8004 12.4984C14.7204 12.4936 14.6434 12.4656 14.5789 12.4179C14.4998 12.3602 14.4387 12.2812 14.4027 12.1902C14.3667 12.0991 14.3572 11.9997 14.3754 11.9035L14.8001 9.31481C14.8338 9.11302 14.8196 8.90612 14.7585 8.71086C14.6975 8.5156 14.5913 8.33746 14.4486 8.19085L12.6492 6.36656C12.5809 6.29577 12.5335 6.20744 12.5123 6.11135C12.4911 6.01527 12.497 5.91519 12.5292 5.82224V5.8234ZM2.9167 7.89993H13.0851L13.9035 8.72947C13.9614 8.78971 14.0043 8.86275 14.0288 8.94267C14.0532 9.02258 14.0585 9.10713 14.0442 9.18947L13.6172 11.7782C13.575 12.0163 13.6011 12.2615 13.6925 12.4854C13.784 12.7093 13.937 12.9027 14.1339 13.0432C14.3156 13.1739 14.5306 13.2505 14.754 13.2641C14.9774 13.2776 15.2001 13.2276 15.3962 13.1199L17.6633 11.8805C17.7256 11.8462 17.7956 11.8281 17.8668 11.8281C17.938 11.8281 18.008 11.8462 18.0704 11.8805L20.3374 13.1199C20.5335 13.2277 20.7562 13.2778 20.9797 13.2642C21.2031 13.2506 21.4181 13.174 21.5997 13.0432C21.7966 12.9027 21.9496 12.7093 22.0411 12.4854C22.1326 12.2615 22.1587 12.0163 22.1165 11.7782L21.6894 9.18947C21.6751 9.10713 21.6804 9.02258 21.7048 8.94266C21.7293 8.86274 21.7722 8.7897 21.8301 8.72947L22.5489 8.00114C22.7529 8.09009 22.9264 8.23678 23.0481 8.42314C23.1697 8.6095 23.2342 8.82739 23.2335 9.04994V16.3333H1.76669V9.04994C1.76669 8.41479 2.28154 7.89993 2.9167 7.89993ZM23.2335 20.1667H1.76669V17.1H23.2335L23.2335 20.1667ZM22.0835 23.2334H2.9167C2.28159 23.2334 1.76669 22.7185 1.76669 22.0834V20.9334H23.2335V22.0834C23.2335 22.7185 22.7186 23.2334 22.0835 23.2334Z" />
</mask>
<path
d="M23.1093 7.43342L23.6303 6.90518C23.7985 6.73405 23.9158 6.51952 23.9691 6.28557C24.0223 6.05162 24.0095 5.80745 23.932 5.58037C23.8628 5.36259 23.7343 5.16836 23.561 5.01942C23.3877 4.87048 23.1764 4.77271 22.9507 4.73705L20.4414 4.35795C20.3662 4.34512 20.2954 4.31391 20.2352 4.26709C20.175 4.22028 20.1273 4.15932 20.0964 4.08963L18.9659 1.70952C18.8704 1.49805 18.7159 1.31864 18.5209 1.19279C18.326 1.06694 18.0989 1 17.8669 1C17.6348 1 17.4077 1.06694 17.2128 1.19279C17.0178 1.31864 16.8634 1.49805 16.7678 1.70952L15.6366 4.09188C15.6056 4.16157 15.5579 4.22253 15.4977 4.26934C15.4375 4.31615 15.3667 4.34736 15.2916 4.3602L12.7822 4.7393C12.5565 4.77494 12.3452 4.87271 12.1719 5.02165C11.9986 5.17059 11.8701 5.36483 11.8009 5.58262C11.7234 5.8097 11.7106 6.05386 11.7639 6.28782C11.8171 6.52177 11.9344 6.7363 12.1026 6.90742L12.3276 7.13742H2.9167C1.85864 7.13873 1.00126 7.99611 1 9.05417V22.0834C1.00126 23.1414 1.85864 23.9988 2.9167 24.0001H22.0835C23.1415 23.9988 23.9989 23.1414 24.0002 22.0834V9.04994C24.0009 8.72707 23.9195 8.40932 23.7637 8.12655C23.6078 7.84377 23.3827 7.60526 23.1093 7.43342ZM12.5292 5.8234C12.5537 5.73986 12.6013 5.66491 12.6664 5.6072C12.7316 5.54949 12.8118 5.51135 12.8977 5.49718L15.4066 5.11808C15.6057 5.08664 15.794 5.00669 15.9549 4.88529C16.1159 4.76388 16.2444 4.60475 16.3293 4.42192L17.4601 2.03911C17.4935 1.95875 17.55 1.89009 17.6224 1.84179C17.6948 1.79349 17.7798 1.76771 17.8669 1.76771C17.9539 1.76771 18.039 1.79349 18.1113 1.84179C18.1837 1.89009 18.2402 1.95875 18.2736 2.03911L19.4044 4.42192C19.4893 4.60469 19.6178 4.76379 19.7786 4.88519C19.9395 5.00659 20.1277 5.08657 20.3267 5.11808L22.836 5.49718C22.9219 5.51136 23.0021 5.5495 23.0672 5.60721C23.1324 5.66492 23.18 5.73986 23.2044 5.8234C23.2364 5.91621 23.2422 6.01606 23.221 6.11192C23.1998 6.20778 23.1526 6.29592 23.0844 6.3666L21.2827 8.1909C21.1405 8.33772 21.0347 8.51596 20.974 8.71121C20.9134 8.90646 20.8995 9.11324 20.9335 9.31485L21.3606 11.9035C21.3787 11.9998 21.3693 12.0992 21.3332 12.1902C21.2972 12.2813 21.2361 12.3602 21.157 12.418C21.0925 12.4656 21.0156 12.4936 20.9355 12.4985C20.8554 12.5034 20.7757 12.485 20.7058 12.4456L18.438 11.2063C18.2629 11.1103 18.0665 11.06 17.8668 11.06C17.6672 11.06 17.4708 11.1103 17.2957 11.2063L15.0301 12.4455C14.9603 12.485 14.8805 12.5033 14.8004 12.4984C14.7204 12.4936 14.6434 12.4656 14.5789 12.4179C14.4998 12.3602 14.4387 12.2812 14.4027 12.1902C14.3667 12.0991 14.3572 11.9997 14.3754 11.9035L14.8001 9.31481C14.8338 9.11302 14.8196 8.90612 14.7585 8.71086C14.6975 8.5156 14.5913 8.33746 14.4486 8.19085L12.6492 6.36656C12.5809 6.29577 12.5335 6.20744 12.5123 6.11135C12.4911 6.01527 12.497 5.91519 12.5292 5.82224V5.8234ZM2.9167 7.89993H13.0851L13.9035 8.72947C13.9614 8.78971 14.0043 8.86275 14.0288 8.94267C14.0532 9.02258 14.0585 9.10713 14.0442 9.18947L13.6172 11.7782C13.575 12.0163 13.6011 12.2615 13.6925 12.4854C13.784 12.7093 13.937 12.9027 14.1339 13.0432C14.3156 13.1739 14.5306 13.2505 14.754 13.2641C14.9774 13.2776 15.2001 13.2276 15.3962 13.1199L17.6633 11.8805C17.7256 11.8462 17.7956 11.8281 17.8668 11.8281C17.938 11.8281 18.008 11.8462 18.0704 11.8805L20.3374 13.1199C20.5335 13.2277 20.7562 13.2778 20.9797 13.2642C21.2031 13.2506 21.4181 13.174 21.5997 13.0432C21.7966 12.9027 21.9496 12.7093 22.0411 12.4854C22.1326 12.2615 22.1587 12.0163 22.1165 11.7782L21.6894 9.18947C21.6751 9.10713 21.6804 9.02258 21.7048 8.94266C21.7293 8.86274 21.7722 8.7897 21.8301 8.72947L22.5489 8.00114C22.7529 8.09009 22.9264 8.23678 23.0481 8.42314C23.1697 8.6095 23.2342 8.82739 23.2335 9.04994V16.3333H1.76669V9.04994C1.76669 8.41479 2.28154 7.89993 2.9167 7.89993ZM23.2335 20.1667H1.76669V17.1H23.2335L23.2335 20.1667ZM22.0835 23.2334H2.9167C2.28159 23.2334 1.76669 22.7185 1.76669 22.0834V20.9334H23.2335V22.0834C23.2335 22.7185 22.7186 23.2334 22.0835 23.2334Z"
fill="#6A442E" />
<path
d="M23.1093 7.43342L23.6303 6.90518C23.7985 6.73405 23.9158 6.51952 23.9691 6.28557C24.0223 6.05162 24.0095 5.80745 23.932 5.58037C23.8628 5.36259 23.7343 5.16836 23.561 5.01942C23.3877 4.87048 23.1764 4.77271 22.9507 4.73705L20.4414 4.35795C20.3662 4.34512 20.2954 4.31391 20.2352 4.26709C20.175 4.22028 20.1273 4.15932 20.0964 4.08963L18.9659 1.70952C18.8704 1.49805 18.7159 1.31864 18.5209 1.19279C18.326 1.06694 18.0989 1 17.8669 1C17.6348 1 17.4077 1.06694 17.2128 1.19279C17.0178 1.31864 16.8634 1.49805 16.7678 1.70952L15.6366 4.09188C15.6056 4.16157 15.5579 4.22253 15.4977 4.26934C15.4375 4.31615 15.3667 4.34736 15.2916 4.3602L12.7822 4.7393C12.5565 4.77494 12.3452 4.87271 12.1719 5.02165C11.9986 5.17059 11.8701 5.36483 11.8009 5.58262C11.7234 5.8097 11.7106 6.05386 11.7639 6.28782C11.8171 6.52177 11.9344 6.7363 12.1026 6.90742L12.3276 7.13742H2.9167C1.85864 7.13873 1.00126 7.99611 1 9.05417V22.0834C1.00126 23.1414 1.85864 23.9988 2.9167 24.0001H22.0835C23.1415 23.9988 23.9989 23.1414 24.0002 22.0834V9.04994C24.0009 8.72707 23.9195 8.40932 23.7637 8.12655C23.6078 7.84377 23.3827 7.60526 23.1093 7.43342ZM12.5292 5.8234C12.5537 5.73986 12.6013 5.66491 12.6664 5.6072C12.7316 5.54949 12.8118 5.51135 12.8977 5.49718L15.4066 5.11808C15.6057 5.08664 15.794 5.00669 15.9549 4.88529C16.1159 4.76388 16.2444 4.60475 16.3293 4.42192L17.4601 2.03911C17.4935 1.95875 17.55 1.89009 17.6224 1.84179C17.6948 1.79349 17.7798 1.76771 17.8669 1.76771C17.9539 1.76771 18.039 1.79349 18.1113 1.84179C18.1837 1.89009 18.2402 1.95875 18.2736 2.03911L19.4044 4.42192C19.4893 4.60469 19.6178 4.76379 19.7786 4.88519C19.9395 5.00659 20.1277 5.08657 20.3267 5.11808L22.836 5.49718C22.9219 5.51136 23.0021 5.5495 23.0672 5.60721C23.1324 5.66492 23.18 5.73986 23.2044 5.8234C23.2364 5.91621 23.2422 6.01606 23.221 6.11192C23.1998 6.20778 23.1526 6.29592 23.0844 6.3666L21.2827 8.1909C21.1405 8.33772 21.0347 8.51596 20.974 8.71121C20.9134 8.90646 20.8995 9.11324 20.9335 9.31485L21.3606 11.9035C21.3787 11.9998 21.3693 12.0992 21.3332 12.1902C21.2972 12.2813 21.2361 12.3602 21.157 12.418C21.0925 12.4656 21.0156 12.4936 20.9355 12.4985C20.8554 12.5034 20.7757 12.485 20.7058 12.4456L18.438 11.2063C18.2629 11.1103 18.0665 11.06 17.8668 11.06C17.6672 11.06 17.4708 11.1103 17.2957 11.2063L15.0301 12.4455C14.9603 12.485 14.8805 12.5033 14.8004 12.4984C14.7204 12.4936 14.6434 12.4656 14.5789 12.4179C14.4998 12.3602 14.4387 12.2812 14.4027 12.1902C14.3667 12.0991 14.3572 11.9997 14.3754 11.9035L14.8001 9.31481C14.8338 9.11302 14.8196 8.90612 14.7585 8.71086C14.6975 8.5156 14.5913 8.33746 14.4486 8.19085L12.6492 6.36656C12.5809 6.29577 12.5335 6.20744 12.5123 6.11135C12.4911 6.01527 12.497 5.91519 12.5292 5.82224V5.8234ZM2.9167 7.89993H13.0851L13.9035 8.72947C13.9614 8.78971 14.0043 8.86275 14.0288 8.94267C14.0532 9.02258 14.0585 9.10713 14.0442 9.18947L13.6172 11.7782C13.575 12.0163 13.6011 12.2615 13.6925 12.4854C13.784 12.7093 13.937 12.9027 14.1339 13.0432C14.3156 13.1739 14.5306 13.2505 14.754 13.2641C14.9774 13.2776 15.2001 13.2276 15.3962 13.1199L17.6633 11.8805C17.7256 11.8462 17.7956 11.8281 17.8668 11.8281C17.938 11.8281 18.008 11.8462 18.0704 11.8805L20.3374 13.1199C20.5335 13.2277 20.7562 13.2778 20.9797 13.2642C21.2031 13.2506 21.4181 13.174 21.5997 13.0432C21.7966 12.9027 21.9496 12.7093 22.0411 12.4854C22.1326 12.2615 22.1587 12.0163 22.1165 11.7782L21.6894 9.18947C21.6751 9.10713 21.6804 9.02258 21.7048 8.94266C21.7293 8.86274 21.7722 8.7897 21.8301 8.72947L22.5489 8.00114C22.7529 8.09009 22.9264 8.23678 23.0481 8.42314C23.1697 8.6095 23.2342 8.82739 23.2335 9.04994V16.3333H1.76669V9.04994C1.76669 8.41479 2.28154 7.89993 2.9167 7.89993ZM23.2335 20.1667H1.76669V17.1H23.2335L23.2335 20.1667ZM22.0835 23.2334H2.9167C2.28159 23.2334 1.76669 22.7185 1.76669 22.0834V20.9334H23.2335V22.0834C23.2335 22.7185 22.7186 23.2334 22.0835 23.2334Z"
stroke="#6A442E" stroke-width="0.2"
mask="url(#path-1-outside-1_1183_1623)" />
<path
d="M17.8671 14.4667C17.924 14.4667 17.9803 14.4555 18.0329 14.4337C18.0855 14.4119 18.1333 14.38 18.1735 14.3397C18.2137 14.2995 18.2457 14.2517 18.2674 14.1992C18.2892 14.1466 18.3004 14.0902 18.3004 14.0333V12.8833C18.3004 12.7684 18.2548 12.6582 18.1735 12.5769C18.0922 12.4957 17.982 12.45 17.8671 12.45C17.7522 12.45 17.642 12.4957 17.5607 12.5769C17.4794 12.6582 17.4338 12.7684 17.4338 12.8833V14.0333C17.4338 14.0902 17.445 14.1466 17.4668 14.1992C17.4885 14.2517 17.5204 14.2995 17.5607 14.3397C17.6009 14.38 17.6487 14.4119 17.7013 14.4337C17.7538 14.4555 17.8102 14.4667 17.8671 14.4667ZM18.1735 15.8731C18.2548 15.7918 18.3004 15.6816 18.3004 15.5667V15.1833C18.3004 15.0684 18.2548 14.9582 18.1735 14.8769C18.0922 14.7957 17.982 14.75 17.8671 14.75C17.7522 14.75 17.642 14.7957 17.5607 14.8769C17.4794 14.9582 17.4338 15.0684 17.4338 15.1833V15.5667C17.4338 15.6816 17.4794 15.7918 17.5607 15.8731C17.642 15.9543 17.7522 16 17.8671 16C17.982 16 18.0922 15.9543 18.1735 15.8731ZM19.4004 15.2333C19.5153 15.2333 19.6256 15.1877 19.7068 15.1064C19.7881 15.0251 19.8337 14.9149 19.8337 14.8V13.65C19.8337 13.535 19.7881 13.4248 19.7068 13.3436C19.6256 13.2623 19.5153 13.2167 19.4004 13.2167C19.2855 13.2167 19.1753 13.2623 19.094 13.3436C19.0128 13.4248 18.9671 13.535 18.9671 13.65V14.8C18.9671 14.8569 18.9783 14.9132 19.0001 14.9658C19.0219 15.0184 19.0538 15.0662 19.094 15.1064C19.1343 15.1466 19.182 15.1785 19.2346 15.2003C19.2872 15.2221 19.3435 15.2333 19.4004 15.2333ZM16.3337 15.2333C16.4486 15.2333 16.5589 15.1877 16.6401 15.1064C16.7214 15.0251 16.767 14.9149 16.767 14.8V13.65C16.767 13.535 16.7214 13.4248 16.6401 13.3436C16.5589 13.2623 16.4486 13.2167 16.3337 13.2167C16.2188 13.2167 16.1086 13.2623 16.0273 13.3436C15.946 13.4248 15.9004 13.535 15.9004 13.65V14.8C15.9004 14.9149 15.946 15.0251 16.0273 15.1064C16.1086 15.1877 16.2188 15.2333 16.3337 15.2333ZM4.4503 14.0833H8.28365C8.94638 14.0833 9.48366 13.546 9.48366 12.8833V10.5833C9.48366 9.92054 8.94638 9.38326 8.28365 9.38326H4.4503C3.78758 9.38326 3.25029 9.92054 3.25029 10.5833V12.8833C3.25029 13.5461 3.78758 14.0833 4.4503 14.0833ZM4.11698 10.5833C4.11698 10.4949 4.1521 10.4101 4.21461 10.3476C4.27712 10.2851 4.3619 10.2499 4.4503 10.2499H8.28365C8.37205 10.2499 8.45684 10.2851 8.51935 10.3476C8.58186 10.4101 8.61697 10.4949 8.61697 10.5833V12.8833C8.61697 12.9717 8.58186 13.0565 8.51935 13.119C8.45684 13.1815 8.37205 13.2166 8.28365 13.2166H4.4503C4.40653 13.2166 4.36319 13.208 4.32275 13.1912C4.28231 13.1745 4.24556 13.1499 4.21461 13.119C4.18366 13.088 4.1591 13.0513 4.14235 13.0108C4.1256 12.9704 4.11698 12.9271 4.11698 12.8833V10.5833Z"
fill="#6A442E" stroke="#6A442E" stroke-width="0.1" />
</g>
<defs>
<clipPath id="clip0_1183_1623">
<rect width="25" height="25" fill="white" />
</clipPath>
</defs>
</svg>
<span><?php echo e(__('common.ManageLoyaltyStamp')); ?></span>
</div>
</a>
</li>
<?php endif; ?>
</ul>
</nav>
</div>
<!-- END TOPBAR -->
</ul>
<ul class="navbar-item flex-row nav-dropdowns">
<?php if(Request::routeIs('cafe.*')): ?>
<li class="nav-item dropdown notification-dropdown">
<a href="<?php echo e(route('cafe.notification.index')); ?>" class="nav-link dropdown-toggle"
id="notificationDropdown" aria-haspopup="true" aria-expanded="false">
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"
stroke-linecap="round" stroke-linejoin="round" class="feather feather-bell">
<path d="M18 8A6 6 0 0 0 6 8c0 7-3 9-3 9h18s-3-2-3-9"></path>
<path d="M13.73 21a2 2 0 0 1-3.46 0"></path>
</svg>
<?php if($notificationCount != 0): ?>
<span class="badge badge-success"></span>
<?php endif; ?>
</a>
</li>
<?php endif; ?>
<li class="nav-item dropdown user-profile-dropdown order-lg-0 order-1">
<a href="javascript:void(0);" class="nav-link dropdown-toggle user" id="user-profile-dropdown"
data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<div class="media">
<?php if(Auth::getDefaultDriver() == 'admin'): ?>
<img src="<?php echo e(isset(Auth::user()->profile_picture) && Auth::user()->profile_picture != '' ? Aws::presignedUri(Auth::user()->profile_picture) : asset('assets/img/400x300.jpg')); ?>"
class="img-fluid" alt="admin-profile">
<?php else: ?>
<img src="<?php echo e(isset(Auth::user()->banner_image) && Auth::user()->banner_image != '' ? Aws::presignedUri(Auth::user()->banner_image) : asset('assets/img/400x300.jpg')); ?>"
class="img-fluid" alt="cafe-banner-image">
<?php endif; ?>
</div>
</a>
<div class="dropdown-menu position-absolute" aria-labelledby="userProfileDropdown">
<div class="dropdown-item">
<a href="<?php echo e(route(Auth::getDefaultDriver() . '.myProfile')); ?>">
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor"
stroke-width="2" stroke-linecap="round" stroke-linejoin="round"
class="feather feather-user">
<path d="M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2"></path>
<circle cx="12" cy="7" r="4"></circle>
</svg> <span><?php echo e(__('common.myProfile')); ?></span>
</a>
</div>
<?php if(Request::routeIs('admin.*')): ?>
<div class="dropdown-item">
<a href="<?php echo e(route(Auth::getDefaultDriver() . '.generate-codes')); ?>">
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor"
stroke-width="2" stroke-linecap="round" stroke-linejoin="round"
class="feather feather-user">
<path d="M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2"></path>
<circle cx="12" cy="7" r="4"></circle>
</svg> <span>Generate Codes</span>
</a>
</div>
<?php endif; ?>
<div class="dropdown-item">
<a href="<?php echo e(route(Auth::getDefaultDriver() . '.changePassword')); ?>">
<svg viewBox="0 0 24 24" width="24" height="24" stroke="currentColor" stroke-width="2"
fill="none" stroke-linecap="round" stroke-linejoin="round" class="css-i6dzq1">
<rect x="3" y="11" width="18" height="11" rx="2" ry="2"></rect>
<path d="M7 11V7a5 5 0 0 1 10 0v4"></path>
</svg><span><?php echo e(__('common.changePassword')); ?></span>
</a>
</div>
<?php if(Request::routeIs('cafe.*')): ?>
<div class="dropdown-item">
<a href="<?php echo e(route(Auth::getDefaultDriver() . '.termsAndConditions')); ?>">
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" stroke="currentColor">
<path
d="M4.37779 1.24969C3.88092 1.24969 3.40436 1.44751 3.05279 1.79907C2.70154 2.15032 2.50342 2.62938 2.50342 3.12657V16.875C2.50342 17.3722 2.70154 17.8513 3.05279 18.2025C3.40436 18.5541 3.88092 18.7519 4.37779 18.7519H15.629C16.1262 18.7519 16.6053 18.5541 16.9565 18.2025C17.3081 17.8513 17.5034 17.3722 17.5034 16.875V3.12657C17.5034 2.62938 17.3081 2.15032 16.9565 1.79907C16.6053 1.44751 16.1262 1.24969 15.629 1.24969H4.37779ZM4.37779 2.50094H15.629C15.7959 2.50094 15.954 2.56657 16.0715 2.68407C16.1887 2.80126 16.2547 2.95938 16.2547 3.12657V16.875C16.2547 17.0422 16.1887 17.2003 16.0715 17.3175C15.9544 17.435 15.7959 17.5006 15.629 17.5006H4.37779C4.21092 17.5006 4.05529 17.435 3.93779 17.3175C3.82061 17.2003 3.75467 17.0422 3.75467 16.875V3.12657C3.75467 2.95938 3.82061 2.80126 3.93779 2.68407C4.05529 2.56657 4.21092 2.50094 4.37779 2.50094Z"
fill="#3b3f5c" stroke-width="0.5" />
<path
d="M7.81624 5.62657C7.47405 5.62626 7.19186 5.9072 7.19061 6.2497V6.25001C7.19061 6.59313 7.4728 6.87532 7.81561 6.87532H12.1912C12.5341 6.87532 12.8162 6.59313 12.8162 6.25001V6.2497C12.8153 5.9072 12.5331 5.62626 12.1906 5.62657H7.81624Z"
fill="#3b3f5c" stroke-width="0.5" />
<path
d="M7.81624 9.375C7.81624 9.375 7.81593 9.375 7.81561 9.375C7.4728 9.375 7.19061 9.65719 7.19061 10V10.0013C7.19061 10.3444 7.4728 10.6263 7.81561 10.6263H12.1912C12.5341 10.6263 12.8162 10.3444 12.8162 10.0013V10C12.8162 9.65719 12.5341 9.375 12.1912 9.375C12.1909 9.375 12.1909 9.375 12.1906 9.375H7.81624Z"
fill="#3b3f5c" stroke-width="0.5" />
<path
d="M7.81624 13.1263C7.81624 13.1263 7.81593 13.1263 7.81561 13.1263C7.4728 13.1263 7.19061 13.4084 7.19061 13.7513V13.7519C7.19186 14.0944 7.47405 14.3753 7.81624 14.375H12.1906C12.5331 14.3753 12.8153 14.0944 12.8162 13.7519C12.8162 13.7519 12.8162 13.7516 12.8162 13.7513C12.8162 13.4084 12.5341 13.1263 12.1912 13.1263C12.1909 13.1263 12.1909 13.1263 12.1906 13.1263H7.81624Z"
fill="#3b3f5c" stroke-width="0.5" />
</svg>
<span><?php echo e(__('common.TermsAndConditions')); ?></span>
</a>
</div>
<div class="dropdown-item">
<a href="<?php echo e(route(Auth::getDefaultDriver() . '.privacyPolicy')); ?>">
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" stroke="currentColor"
stroke-width="1.8">
<path
d="M9.99992 18.3334C9.99992 18.3334 16.6666 15.0001 16.6666 10.0001V4.16675L9.99992 1.66675L3.33325 4.16675V10.0001C3.33325 15.0001 9.99992 18.3334 9.99992 18.3334Z"
stroke-linecap="round" stroke-linejoin="round" />
</svg>
<span><?php echo e(__('common.PrivacyPolicy')); ?></span>
</a>
</div>
<div class="dropdown-item">
<a href="<?php echo e(route(Auth::getDefaultDriver() . '.aboutUs')); ?>">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"
fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"
stroke-linejoin="round" class="feather feather-alert-circle">
<circle cx="12" cy="12" r="10"></circle>
<line x1="12" y1="8" x2="12" y2="12">
</line>
<line x1="12" y1="16" x2="12.01" y2="16">
</line>
</svg>
<span><?php echo e(__('common.aboutUs')); ?></span>
</a>
</div>
<div class="dropdown-item">
<a href="<?php echo e(route(Auth::getDefaultDriver() . '.FAQs')); ?>">
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" stroke="currentColor"
stroke-width="1.7">
<g clip-path="url(#clip0_593_3785)">
<path
d="M10.0001 18.3334C14.6025 18.3334 18.3334 14.6025 18.3334 10.0001C18.3334 5.39771 14.6025 1.66675 10.0001 1.66675C5.39771 1.66675 1.66675 5.39771 1.66675 10.0001C1.66675 14.6025 5.39771 18.3334 10.0001 18.3334Z"
stroke-linecap="round" stroke-linejoin="round" />
<path
d="M7.57495 7.49999C7.77087 6.94304 8.15758 6.47341 8.66658 6.17426C9.17558 5.87512 9.77403 5.76577 10.3559 5.86558C10.9378 5.96539 11.4656 6.26792 11.8458 6.71959C12.2261 7.17126 12.4342 7.74292 12.4333 8.33332C12.4333 9.99999 9.93328 10.8333 9.93328 10.8333"
stroke-linecap="round" stroke-linejoin="round" />
<path d="M10 14.1667H10.0083" stroke-linecap="round" stroke-linejoin="round" />
</g>
<defs>
<clipPath id="clip0_593_3785">
<rect width="20" height="20" fill="white" />
</clipPath>
</defs>
</svg>
<span><?php echo e(__('common.FAQs')); ?></span>
</a>
</div>
<?php endif; ?>
<div class="dropdown-item">
<a href onclick="event.preventDefault();document.getElementById('logout-form').submit();">
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor"
stroke-width="2" stroke-linecap="round" stroke-linejoin="round"
class="feather feather-log-out" style="transform: rotate(180deg);">
<path d="M9 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h4"></path>
<polyline points="16 17 21 12 16 7"></polyline>
<line x1="21" y1="12" x2="9" y2="12"></line>
</svg> <span><?php echo e(__('auth.logout')); ?></span>
</a>
<form id="logout-form" action="<?php echo e(route('logout')); ?>" method="POST" style="display: none;"><?php echo csrf_field(); ?>
<input type="hidden" name="type"
value="<?php echo e(Request::route()->getPrefix() == 'admin/' || Request::route()->getPrefix() == 'admin' ? 'admin' : 'cafe'); ?>">
</form>
</div>
</div>
</li>
</ul>
<?php endif; ?>
</header>
</div>
<?php endif; ?>
<!-- END NAVBAR -->
<?php /**PATH /var/www/javago-portal-updates/resources/views/components/app-navbar.blade.php ENDPATH**/ ?>