pos-gis/resources/views/components/master/brand.blade.php

28 lines
1.9 KiB
PHP
Raw Normal View History

2024-10-07 06:13:42 +00:00
<div class="d-none d-lg-flex align-items-center mr-3">
<!--begin::Aside Toggle-->
<button class="btn btn-icon aside-toggle ml-n3 mr-10" id="kt_aside_desktop_toggle">
<span class="svg-icon svg-icon-xxl svg-icon-primary">
<!--begin::Svg Icon | path:assets/media/svg/icons/Text/Align-left.svg-->
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="24px" height="24px" viewBox="0 0 24 24" version="1.1">
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<rect x="0" y="0" width="24" height="24" />
<rect fill="#000000" opacity="0.3" x="4" y="5" width="16" height="2" rx="1" />
<rect fill="#000000" opacity="0.3" x="4" y="13" width="16" height="2" rx="1" />
<path d="M5,9 L13,9 C13.5522847,9 14,9.44771525 14,10 C14,10.5522847 13.5522847,11 13,11 L5,11 C4.44771525,11 4,10.5522847 4,10 C4,9.44771525 4.44771525,9 5,9 Z M5,17 L13,17 C13.5522847,17 14,17.4477153 14,18 C14,18.5522847 13.5522847,19 13,19 L5,19 C4.44771525,19 4,18.5522847 4,18 C4,17.4477153 4.44771525,17 5,17 Z" fill="#000000" />
</g>
</svg>
<!--end::Svg Icon-->
</span>
</button>
<!--end::Aside Toggle-->
<!--begin::Logo-->
<a href="#">
2024-10-08 06:24:47 +00:00
<img alt="Logo" src="{{asset('img/gis.png')}}" class="logo-sticky max-h-35px" />
2024-10-07 06:13:42 +00:00
</a>
<div class="ml-2" style="display: inline-block;">
2024-10-08 06:24:47 +00:00
<span class="zn-text-logo" style="display: block;color: #004aad;font-weight: 500;text-transform:capitalize;">global infotech solution <b style="font-weight: 700;color: #004aad;">POS</b></span>
2024-10-07 06:13:42 +00:00
{{-- <span style="display: block;margin-left: 8px;color: #aaa;font-size: 11px;
font-weight: 400;">"Electronic Data Capture Point Of Sales" </span> --}}
</div>
<!--end::Logo-->
</div>