394 lines
36 KiB
PHP
394 lines
36 KiB
PHP
@extends('layouts.business.master')
|
|
|
|
@section('title')
|
|
{{ __('Settings') }}
|
|
@endsection
|
|
@php
|
|
$modules = optional($product_setting?->modules) ?? [];
|
|
@endphp
|
|
|
|
@section('main_content')
|
|
<div class="erp-table-section">
|
|
<div class="container-fluid">
|
|
<div class="card shadow-sm">
|
|
<div class="card-bodys">
|
|
<div class="table-header p-16">
|
|
<h4>{{ __('Settings') }}</h4>
|
|
</div>
|
|
|
|
<ul class="nav nav-tabs " id="settingsTab" role="tablist">
|
|
<li class="nav-item settings-item" role="presentation">
|
|
<button class="nav-link settings-link active" id="all-tab" data-bs-toggle="tab"
|
|
data-bs-target="#all" type="button" role="tab">
|
|
{{__('All Settings')}}
|
|
</button>
|
|
</li>
|
|
|
|
<li class="nav-item settings-item" role="presentation">
|
|
<button class="nav-link settings-link" id="general-tab" data-bs-toggle="tab"
|
|
data-bs-target="#general" type="button" role="tab">
|
|
{{__('General')}}
|
|
</button>
|
|
</li>
|
|
|
|
<li class="nav-item settings-item" role="presentation">
|
|
<button class="nav-link settings-link" id="product-tab" data-bs-toggle="tab"
|
|
data-bs-target="#product" type="button" role="tab">
|
|
{{__('Product')}}
|
|
</button>
|
|
</li>
|
|
|
|
<li class="nav-item settings-item" role="presentation">
|
|
<button class="nav-link settings-link" id="invoice-tab" data-bs-toggle="tab"
|
|
data-bs-target="#invoice" type="button" role="tab">
|
|
{{__('Invoice Print')}}
|
|
</button>
|
|
</li>
|
|
<li class="nav-item settings-item" role="presentation">
|
|
<button class="nav-link settings-link" id="role-tab" data-bs-toggle="tab"
|
|
data-bs-target="#role" type="button" role="tab">
|
|
{{__('Role & Permission')}}
|
|
</button>
|
|
</li>
|
|
<li class="nav-item settings-item" role="presentation">
|
|
<button class="nav-link settings-link" id="role-tab" data-bs-toggle="tab"
|
|
data-bs-target="#Currencies" type="button" role="tab">
|
|
{{__('Currencies')}}
|
|
</button>
|
|
</li>
|
|
@if (moduleCheck('MarketingAddon'))
|
|
<li class="nav-item settings-item" role="presentation">
|
|
<button class="nav-link settings-link" id="currency-setting-tab" data-bs-toggle="tab"
|
|
data-bs-target="#sms" type="button" role="tab">
|
|
{{__('SMS Settings')}}
|
|
</button>
|
|
</li>
|
|
@endif
|
|
</ul>
|
|
|
|
<div class="tab-content mt-3" id="settingsTabContent">
|
|
|
|
<div class="tab-pane fade show active" id="all" role="tabpanel" aria-labelledby="all-tab">
|
|
<div class="settings-box-container">
|
|
<div>
|
|
<a href="{{ route('business.settings.index') }}" class="text-decoration-none text-dark">
|
|
<div class=" setting-box">
|
|
<div class="d-flex align-items-center jusitfy-content-center gap-3">
|
|
<div class="settings-icon">
|
|
<svg width="24" height="24" viewBox="0 0 24 24" fill="none"
|
|
xmlns="http://www.w3.org/2000/svg">
|
|
<path
|
|
d="M15.5 12C15.5 13.933 13.933 15.5 12 15.5C10.067 15.5 8.5 13.933 8.5 12C8.5 10.067 10.067 8.5 12 8.5C13.933 8.5 15.5 10.067 15.5 12Z"
|
|
stroke="#C52127" stroke-width="1.5" />
|
|
<path
|
|
d="M21.011 14.0949C21.5329 13.9542 21.7939 13.8838 21.8969 13.7492C22 13.6147 22 13.3982 22 12.9653V11.0316C22 10.5987 22 10.3822 21.8969 10.2477C21.7938 10.1131 21.5329 10.0427 21.011 9.90194C19.0606 9.37595 17.8399 7.33687 18.3433 5.39923C18.4817 4.86635 18.5509 4.59992 18.4848 4.44365C18.4187 4.28738 18.2291 4.1797 17.8497 3.96432L16.125 2.98509C15.7528 2.77375 15.5667 2.66808 15.3997 2.69058C15.2326 2.71308 15.0442 2.90109 14.6672 3.27709C13.208 4.73284 10.7936 4.73278 9.33434 3.277C8.95743 2.90099 8.76898 2.71299 8.60193 2.69048C8.43489 2.66798 8.24877 2.77365 7.87653 2.98499L6.15184 3.96423C5.77253 4.17959 5.58287 4.28727 5.51678 4.44351C5.45068 4.59976 5.51987 4.86623 5.65825 5.39916C6.16137 7.33686 4.93972 9.37599 2.98902 9.90196C2.46712 10.0427 2.20617 10.1131 2.10308 10.2476C2 10.3822 2 10.5987 2 11.0316V12.9653C2 13.3982 2 13.6147 2.10308 13.7492C2.20615 13.8838 2.46711 13.9542 2.98902 14.0949C4.9394 14.6209 6.16008 16.66 5.65672 18.5976C5.51829 19.1305 5.44907 19.3969 5.51516 19.5532C5.58126 19.7095 5.77092 19.8172 6.15025 20.0325L7.87495 21.0118C8.24721 21.2231 8.43334 21.3288 8.6004 21.3063C8.76746 21.2838 8.95588 21.0957 9.33271 20.7197C10.7927 19.2628 13.2088 19.2627 14.6689 20.7196C15.0457 21.0957 15.2341 21.2837 15.4012 21.3062C15.5682 21.3287 15.7544 21.223 16.1266 21.0117L17.8513 20.0324C18.2307 19.8171 18.4204 19.7094 18.4864 19.5531C18.5525 19.3968 18.4833 19.1304 18.3448 18.5975C17.8412 16.66 19.0609 14.621 21.011 14.0949Z"
|
|
stroke="#C52127" stroke-width="1.5" stroke-linecap="round" />
|
|
</svg>
|
|
</div>
|
|
<div>
|
|
<h6>{{__('General Settings')}}</h6>
|
|
<small class="text-muted d-block">{{__('Configure the fundamental information of the site.')}}</small>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</a>
|
|
</div>
|
|
|
|
<div>
|
|
<a href="{{ route('business.notifications.index') }}"
|
|
class="text-decoration-none text-dark">
|
|
<div class="setting-box">
|
|
<div class="d-flex align-items-center jusitfy-content-center gap-3">
|
|
<div class="settings-icon">
|
|
<svg width="25" height="24" viewBox="0 0 25 24" fill="none"
|
|
xmlns="http://www.w3.org/2000/svg">
|
|
<path
|
|
d="M5.49235 11.491C5.41887 12.887 5.50334 14.373 4.25611 15.3084C3.67562 15.7438 3.33398 16.427 3.33398 17.1527C3.33398 18.1508 4.11578 19 5.13398 19H19.534C20.5522 19 21.334 18.1508 21.334 17.1527C21.334 16.427 20.9924 15.7438 20.4119 15.3084C19.1646 14.373 19.2491 12.887 19.1756 11.491C18.9841 7.85223 15.9778 5 12.334 5C8.69015 5 5.68386 7.85222 5.49235 11.491Z"
|
|
stroke="#C52127" stroke-width="1.5" stroke-linecap="round"
|
|
stroke-linejoin="round" />
|
|
<path
|
|
d="M10.834 3.125C10.834 3.95343 11.5056 5 12.334 5C13.1624 5 13.834 3.95343 13.834 3.125C13.834 2.29657 13.1624 2 12.334 2C11.5056 2 10.834 2.29657 10.834 3.125Z"
|
|
stroke="#C52127" stroke-width="1.5" />
|
|
<path
|
|
d="M15.334 19C15.334 20.6569 13.9909 22 12.334 22C10.6771 22 9.33398 20.6569 9.33398 19"
|
|
stroke="#C52127" stroke-width="1.5" stroke-linecap="round"
|
|
stroke-linejoin="round" />
|
|
</svg>
|
|
</div>
|
|
<div>
|
|
<h6>{{__('Notifications')}}</h6>
|
|
<small class="text-muted d-block">{{__('Control and configure overall notification systems')}}</small>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</a>
|
|
</div>
|
|
|
|
<div>
|
|
<a href="{{ route('business.currencies.index') }}"
|
|
class="text-decoration-none text-dark">
|
|
<div class="setting-box">
|
|
<div class="d-flex align-items-center jusitfy-content-center gap-3">
|
|
<div class="settings-icon">
|
|
<svg width="25" height="24" viewBox="0 0 25 24" fill="none"
|
|
xmlns="http://www.w3.org/2000/svg">
|
|
<path
|
|
d="M3.16602 12C3.16602 7.77027 3.16602 5.6554 4.36399 4.25276C4.5341 4.05358 4.7196 3.86808 4.91878 3.69797C6.32142 2.5 8.43629 2.5 12.666 2.5C16.8957 2.5 19.0106 2.5 20.4132 3.69797C20.6124 3.86808 20.7979 4.05358 20.968 4.25276C22.166 5.6554 22.166 7.77027 22.166 12C22.166 16.2297 22.166 18.3446 20.968 19.7472C20.7979 19.9464 20.6124 20.1319 20.4132 20.302C19.0106 21.5 16.8957 21.5 12.666 21.5C8.43629 21.5 6.32142 21.5 4.91878 20.302C4.7196 20.1319 4.5341 19.9464 4.36399 19.7472C3.16602 18.3446 3.16602 16.2297 3.16602 12Z"
|
|
stroke="#C52127" stroke-width="1.5" />
|
|
<path
|
|
d="M15.3762 10.063C15.2771 9.30039 14.4014 8.06817 12.8268 8.06814C10.9972 8.06811 10.2274 9.08141 10.0712 9.58806C9.82746 10.2657 9.8762 11.659 12.0207 11.8109C14.7014 12.0009 15.7753 12.3174 15.6387 13.958C15.502 15.5985 14.0077 15.953 12.8268 15.9149C11.6458 15.877 9.71365 15.3344 9.63867 13.8752M12.6394 7V8.07177M12.6394 15.9051V16.9999"
|
|
stroke="#C52127" stroke-width="1.5" stroke-linecap="round" />
|
|
</svg>
|
|
</div>
|
|
<div>
|
|
<h6>{{__('Currencies')}}</h6>
|
|
<small class="text-muted d-block">{{__('View and update currency settings')}}</small>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</a>
|
|
</div>
|
|
|
|
<div>
|
|
<a href="{{ route('business.roles.index') }}" class="text-decoration-none text-dark">
|
|
<div class="setting-box">
|
|
<div class="d-flex align-items-center jusitfy-content-center gap-3">
|
|
<div class="settings-icon">
|
|
<svg width="24" height="24" viewBox="0 0 24 24"
|
|
fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
<path
|
|
d="M11.5 14.0116C9.45338 13.9164 7.38334 14.4064 5.57757 15.4816C4.1628 16.324 0.453366 18.0441 2.71266 20.1966C3.81631 21.248 5.04549 22 6.59087 22H12"
|
|
stroke="#C52127" stroke-width="1.5" stroke-linecap="round"
|
|
stroke-linejoin="round" />
|
|
<path
|
|
d="M15.5 6.5C15.5 8.98528 13.4853 11 11 11C8.51472 11 6.5 8.98528 6.5 6.5C6.5 4.01472 8.51472 2 11 2C13.4853 2 15.5 4.01472 15.5 6.5Z"
|
|
stroke="#C52127" stroke-width="1.5" />
|
|
<path
|
|
d="M18 20.7143V22M18 20.7143C16.8432 20.7143 15.8241 20.1461 15.2263 19.2833M18 20.7143C19.1568 20.7143 20.1759 20.1461 20.7737 19.2833M15.2263 19.2833L14.0004 20.0714M15.2263 19.2833C14.8728 18.773 14.6667 18.1597 14.6667 17.5C14.6667 16.8403 14.8727 16.2271 15.2262 15.7169M20.7737 19.2833L21.9996 20.0714M20.7737 19.2833C21.1272 18.773 21.3333 18.1597 21.3333 17.5C21.3333 16.8403 21.1273 16.2271 20.7738 15.7169M18 14.2857C19.1569 14.2857 20.1761 14.854 20.7738 15.7169M18 14.2857C16.8431 14.2857 15.8239 14.854 15.2262 15.7169M18 14.2857V13M20.7738 15.7169L22 14.9286M15.2262 15.7169L14 14.9286"
|
|
stroke="#C52127" stroke-width="1.5" stroke-linecap="round" />
|
|
</svg>
|
|
</div>
|
|
<div>
|
|
<h6>{{__('User Role')}}</h6>
|
|
<small class="text-muted d-block">{{__('Add new users, Provide role and Permission')}}</small>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</a>
|
|
</div>
|
|
|
|
@if (moduleCheck('MarketingAddon'))
|
|
<div>
|
|
<a href="{{ route('business.sms-gateway-settings.index') }}" class="text-decoration-none text-dark">
|
|
<div class="setting-box">
|
|
<div class="d-flex align-items-center jusitfy-content-center gap-3">
|
|
<div class="settings-icon">
|
|
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
<path d="M10 18.332C9.31817 18.332 8.66683 18.0569 7.36411 17.5066C4.12137 16.1368 2.5 15.4519 2.5 14.2998C2.5 13.9772 2.5 8.38578 2.5 5.83203M10 18.332C10.6818 18.332 11.3332 18.0569 12.6359 17.5066C15.8787 16.1368 17.5 15.4519 17.5 14.2998V5.83203M10 18.332V9.46103" stroke="#C52127" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
<path d="M6.93827 8.07745L4.50393 6.89951C3.16797 6.25305 2.5 5.92983 2.5 5.41797C2.5 4.90611 3.16797 4.58289 4.50393 3.93643L6.93827 2.75849C8.44067 2.03148 9.19192 1.66797 10 1.66797C10.8081 1.66797 11.5593 2.03147 13.0617 2.75849L15.4961 3.93643C16.832 4.58289 17.5 4.90611 17.5 5.41797C17.5 5.92983 16.832 6.25305 15.4961 6.89951L13.0617 8.07745C11.5593 8.80447 10.8081 9.16797 10 9.16797C9.19192 9.16797 8.44067 8.80447 6.93827 8.07745Z" stroke="#C52127" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
<path d="M5 10L6.66667 10.8333" stroke="#C52127" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
<path d="M14.1673 3.33594L5.83398 7.5026" stroke="#C52127" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
</svg>
|
|
</div>
|
|
<div>
|
|
<h6>{{__('SMS Gateway Settings')}}</h6>
|
|
<small class="text-muted d-block">{{__('View and update gateway settings.')}}</small>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</a>
|
|
</div>
|
|
@endif
|
|
|
|
<div>
|
|
{{-- <a href="{{ route('business.language-settings.index') }}" class="text-decoration-none text-dark">
|
|
<div class=" setting-box">
|
|
<div class="d-flex align-items-center jusitfy-content-center gap-3">
|
|
<div class="settings-icon">
|
|
<svg width="24" height="24" viewBox="0 0 24 24" fill="none"
|
|
xmlns="http://www.w3.org/2000/svg">
|
|
<path
|
|
d="M15.5 12C15.5 13.933 13.933 15.5 12 15.5C10.067 15.5 8.5 13.933 8.5 12C8.5 10.067 10.067 8.5 12 8.5C13.933 8.5 15.5 10.067 15.5 12Z"
|
|
stroke="#C52127" stroke-width="1.5" />
|
|
<path
|
|
d="M21.011 14.0949C21.5329 13.9542 21.7939 13.8838 21.8969 13.7492C22 13.6147 22 13.3982 22 12.9653V11.0316C22 10.5987 22 10.3822 21.8969 10.2477C21.7938 10.1131 21.5329 10.0427 21.011 9.90194C19.0606 9.37595 17.8399 7.33687 18.3433 5.39923C18.4817 4.86635 18.5509 4.59992 18.4848 4.44365C18.4187 4.28738 18.2291 4.1797 17.8497 3.96432L16.125 2.98509C15.7528 2.77375 15.5667 2.66808 15.3997 2.69058C15.2326 2.71308 15.0442 2.90109 14.6672 3.27709C13.208 4.73284 10.7936 4.73278 9.33434 3.277C8.95743 2.90099 8.76898 2.71299 8.60193 2.69048C8.43489 2.66798 8.24877 2.77365 7.87653 2.98499L6.15184 3.96423C5.77253 4.17959 5.58287 4.28727 5.51678 4.44351C5.45068 4.59976 5.51987 4.86623 5.65825 5.39916C6.16137 7.33686 4.93972 9.37599 2.98902 9.90196C2.46712 10.0427 2.20617 10.1131 2.10308 10.2476C2 10.3822 2 10.5987 2 11.0316V12.9653C2 13.3982 2 13.6147 2.10308 13.7492C2.20615 13.8838 2.46711 13.9542 2.98902 14.0949C4.9394 14.6209 6.16008 16.66 5.65672 18.5976C5.51829 19.1305 5.44907 19.3969 5.51516 19.5532C5.58126 19.7095 5.77092 19.8172 6.15025 20.0325L7.87495 21.0118C8.24721 21.2231 8.43334 21.3288 8.6004 21.3063C8.76746 21.2838 8.95588 21.0957 9.33271 20.7197C10.7927 19.2628 13.2088 19.2627 14.6689 20.7196C15.0457 21.0957 15.2341 21.2837 15.4012 21.3062C15.5682 21.3287 15.7544 21.223 16.1266 21.0117L17.8513 20.0324C18.2307 19.8171 18.4204 19.7094 18.4864 19.5531C18.5525 19.3968 18.4833 19.1304 18.3448 18.5975C17.8412 16.66 19.0609 14.621 21.011 14.0949Z"
|
|
stroke="#C52127" stroke-width="1.5" stroke-linecap="round" />
|
|
</svg>
|
|
</div>
|
|
<div>
|
|
<h6>{{__('Languages Settings')}}</h6>
|
|
<small class="text-muted d-block">{{__('Add, Edit, Update, Delete Languages.')}}</small>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</a> --}}
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|
|
|
|
<div class="tab-pane fade" id="general" role="tabpanel" aria-labelledby="general-tab">
|
|
<div class="settings-box-container">
|
|
<div>
|
|
<a href="{{ route('business.settings.index') }}"
|
|
class="text-decoration-none text-dark">
|
|
<div class=" setting-box">
|
|
<div class="d-flex align-items-center jusitfy-content-center gap-3">
|
|
<div class="settings-icon">
|
|
<svg width="24" height="24" viewBox="0 0 24 24"
|
|
fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
<path
|
|
d="M15.5 12C15.5 13.933 13.933 15.5 12 15.5C10.067 15.5 8.5 13.933 8.5 12C8.5 10.067 10.067 8.5 12 8.5C13.933 8.5 15.5 10.067 15.5 12Z"
|
|
stroke="#C52127" stroke-width="1.5" />
|
|
<path
|
|
d="M21.011 14.0949C21.5329 13.9542 21.7939 13.8838 21.8969 13.7492C22 13.6147 22 13.3982 22 12.9653V11.0316C22 10.5987 22 10.3822 21.8969 10.2477C21.7938 10.1131 21.5329 10.0427 21.011 9.90194C19.0606 9.37595 17.8399 7.33687 18.3433 5.39923C18.4817 4.86635 18.5509 4.59992 18.4848 4.44365C18.4187 4.28738 18.2291 4.1797 17.8497 3.96432L16.125 2.98509C15.7528 2.77375 15.5667 2.66808 15.3997 2.69058C15.2326 2.71308 15.0442 2.90109 14.6672 3.27709C13.208 4.73284 10.7936 4.73278 9.33434 3.277C8.95743 2.90099 8.76898 2.71299 8.60193 2.69048C8.43489 2.66798 8.24877 2.77365 7.87653 2.98499L6.15184 3.96423C5.77253 4.17959 5.58287 4.28727 5.51678 4.44351C5.45068 4.59976 5.51987 4.86623 5.65825 5.39916C6.16137 7.33686 4.93972 9.37599 2.98902 9.90196C2.46712 10.0427 2.20617 10.1131 2.10308 10.2476C2 10.3822 2 10.5987 2 11.0316V12.9653C2 13.3982 2 13.6147 2.10308 13.7492C2.20615 13.8838 2.46711 13.9542 2.98902 14.0949C4.9394 14.6209 6.16008 16.66 5.65672 18.5976C5.51829 19.1305 5.44907 19.3969 5.51516 19.5532C5.58126 19.7095 5.77092 19.8172 6.15025 20.0325L7.87495 21.0118C8.24721 21.2231 8.43334 21.3288 8.6004 21.3063C8.76746 21.2838 8.95588 21.0957 9.33271 20.7197C10.7927 19.2628 13.2088 19.2627 14.6689 20.7196C15.0457 21.0957 15.2341 21.2837 15.4012 21.3062C15.5682 21.3287 15.7544 21.223 16.1266 21.0117L17.8513 20.0324C18.2307 19.8171 18.4204 19.7094 18.4864 19.5531C18.5525 19.3968 18.4833 19.1304 18.3448 18.5975C17.8412 16.66 19.0609 14.621 21.011 14.0949Z"
|
|
stroke="#C52127" stroke-width="1.5" stroke-linecap="round" />
|
|
</svg>
|
|
</div>
|
|
<div>
|
|
<h6>{{__('General Settings')}}</h6>
|
|
<small class="text-muted d-block">{{__('Configure the fundamental information of the site.')}}</small>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
@include('business::manage-settings.product')
|
|
|
|
<div class="tab-pane fade" id="invoice" role="tabpanel" aria-labelledby="invoice-tab">
|
|
<div class="row g-3 m-2">
|
|
<form action="{{ route('business.invoice.update') }}" method="post"
|
|
class="invoice_form">
|
|
@csrf
|
|
|
|
<div class="row justify-content-center">
|
|
{{-- A4 Option --}}
|
|
<div class="col-lg-5 mb-4 text-center">
|
|
<label class="invoice-option position-relative d-inline-block">
|
|
<div class="invoice-size-radio">
|
|
<div class="custom-radio">
|
|
<input type="radio" name="invoice_size" value="a4" {{ data_get($invoice_setting, 'value') == 'a4' ? 'checked' : 'checked' }}>
|
|
<span class="checkmark"></span>
|
|
</div>
|
|
</div>
|
|
<div class="mb-2">{{ __('Printer A4') }}</div>
|
|
<img src="{{ asset('assets/images/logo/a4-new-invoice.png') }}"
|
|
alt="A4 Invoice" class="img-fluid border rounded invoice-image ">
|
|
</label>
|
|
</div>
|
|
|
|
@if (moduleCheck('ThermalPrinterAddon'))
|
|
<div class="col-lg-3 mb-4 text-center">
|
|
<label class="invoice-option position-relative d-inline-block">
|
|
<div class="invoice-size-radio">
|
|
<div class="custom-radio">
|
|
<input type="radio" name="invoice_size" value="3_inch_80mm" {{ data_get($invoice_setting, 'value') == '3_inch_80mm' ? 'checked' : '' }}>
|
|
<span class="checkmark"></span>
|
|
</div>
|
|
</div>
|
|
<div class="mb-2">{{ __('Thermal: 3 inch 80mm') }}</div>
|
|
<img src="{{ asset('assets/images/logo/3-inch-size-new-invoice.png') }}" alt="Invoice" class="img-fluid border rounded invoice-image">
|
|
</label>
|
|
</div>
|
|
<div class="col-lg-4 mb-4"></div>
|
|
@endif
|
|
</div>
|
|
</form>
|
|
</div>
|
|
</div>
|
|
<div class="tab-pane fade" id="role" role="tabpanel" aria-labelledby="invoice-tab">
|
|
<div>
|
|
<div class="settings-box-container">
|
|
<a href="{{ route('business.roles.index') }}" class="text-decoration-none text-dark">
|
|
<div class="setting-box">
|
|
<div class="d-flex align-items-center jusitfy-content-center gap-3">
|
|
<div class="settings-icon">
|
|
<svg width="24" height="24" viewBox="0 0 24 24"
|
|
fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
<path
|
|
d="M11.5 14.0116C9.45338 13.9164 7.38334 14.4064 5.57757 15.4816C4.1628 16.324 0.453366 18.0441 2.71266 20.1966C3.81631 21.248 5.04549 22 6.59087 22H12"
|
|
stroke="#C52127" stroke-width="1.5" stroke-linecap="round"
|
|
stroke-linejoin="round" />
|
|
<path
|
|
d="M15.5 6.5C15.5 8.98528 13.4853 11 11 11C8.51472 11 6.5 8.98528 6.5 6.5C6.5 4.01472 8.51472 2 11 2C13.4853 2 15.5 4.01472 15.5 6.5Z"
|
|
stroke="#C52127" stroke-width="1.5" />
|
|
<path
|
|
d="M18 20.7143V22M18 20.7143C16.8432 20.7143 15.8241 20.1461 15.2263 19.2833M18 20.7143C19.1568 20.7143 20.1759 20.1461 20.7737 19.2833M15.2263 19.2833L14.0004 20.0714M15.2263 19.2833C14.8728 18.773 14.6667 18.1597 14.6667 17.5C14.6667 16.8403 14.8727 16.2271 15.2262 15.7169M20.7737 19.2833L21.9996 20.0714M20.7737 19.2833C21.1272 18.773 21.3333 18.1597 21.3333 17.5C21.3333 16.8403 21.1273 16.2271 20.7738 15.7169M18 14.2857C19.1569 14.2857 20.1761 14.854 20.7738 15.7169M18 14.2857C16.8431 14.2857 15.8239 14.854 15.2262 15.7169M18 14.2857V13M20.7738 15.7169L22 14.9286M15.2262 15.7169L14 14.9286"
|
|
stroke="#C52127" stroke-width="1.5" stroke-linecap="round" />
|
|
</svg>
|
|
</div>
|
|
<div>
|
|
<h6>{{__('User Role')}}</h6>
|
|
<small class="text-muted d-block">{{__('Add new users, Provide role and Permission')}}</small>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="tab-pane fade" id="Currencies" role="tabpanel" aria-labelledby="invoice-tab">
|
|
<div>
|
|
<div class="settings-box-container">
|
|
<a href="{{ route('business.currencies.index') }}"
|
|
class="text-decoration-none text-dark">
|
|
<div class="setting-box">
|
|
<div class="d-flex align-items-center jusitfy-content-center gap-3">
|
|
<div class="settings-icon">
|
|
<svg width="25" height="24" viewBox="0 0 25 24" fill="none"
|
|
xmlns="http://www.w3.org/2000/svg">
|
|
<path
|
|
d="M3.16602 12C3.16602 7.77027 3.16602 5.6554 4.36399 4.25276C4.5341 4.05358 4.7196 3.86808 4.91878 3.69797C6.32142 2.5 8.43629 2.5 12.666 2.5C16.8957 2.5 19.0106 2.5 20.4132 3.69797C20.6124 3.86808 20.7979 4.05358 20.968 4.25276C22.166 5.6554 22.166 7.77027 22.166 12C22.166 16.2297 22.166 18.3446 20.968 19.7472C20.7979 19.9464 20.6124 20.1319 20.4132 20.302C19.0106 21.5 16.8957 21.5 12.666 21.5C8.43629 21.5 6.32142 21.5 4.91878 20.302C4.7196 20.1319 4.5341 19.9464 4.36399 19.7472C3.16602 18.3446 3.16602 16.2297 3.16602 12Z"
|
|
stroke="#C52127" stroke-width="1.5" />
|
|
<path
|
|
d="M15.3762 10.063C15.2771 9.30039 14.4014 8.06817 12.8268 8.06814C10.9972 8.06811 10.2274 9.08141 10.0712 9.58806C9.82746 10.2657 9.8762 11.659 12.0207 11.8109C14.7014 12.0009 15.7753 12.3174 15.6387 13.958C15.502 15.5985 14.0077 15.953 12.8268 15.9149C11.6458 15.877 9.71365 15.3344 9.63867 13.8752M12.6394 7V8.07177M12.6394 15.9051V16.9999"
|
|
stroke="#C52127" stroke-width="1.5" stroke-linecap="round" />
|
|
</svg>
|
|
</div>
|
|
<div>
|
|
<h6>{{__('Currencies')}}</h6>
|
|
<small class="text-muted d-block">{{__('View and update currency settings')}}</small>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
@if (moduleCheck('MarketingAddon'))
|
|
<div class="tab-pane fade" id="sms" role="tabpanel" aria-labelledby="invoice-tab">
|
|
<div>
|
|
<div class="settings-box-container">
|
|
<a href="{{ route('business.sms-gateway-settings.index') }}" class="text-decoration-none text-dark">
|
|
<div class="setting-box">
|
|
<div class="d-flex align-items-center jusitfy-content-center gap-3">
|
|
<div class="settings-icon">
|
|
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
<path d="M10 18.332C9.31817 18.332 8.66683 18.0569 7.36411 17.5066C4.12137 16.1368 2.5 15.4519 2.5 14.2998C2.5 13.9772 2.5 8.38578 2.5 5.83203M10 18.332C10.6818 18.332 11.3332 18.0569 12.6359 17.5066C15.8787 16.1368 17.5 15.4519 17.5 14.2998V5.83203M10 18.332V9.46103" stroke="#C52127" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
<path d="M6.93827 8.07745L4.50393 6.89951C3.16797 6.25305 2.5 5.92983 2.5 5.41797C2.5 4.90611 3.16797 4.58289 4.50393 3.93643L6.93827 2.75849C8.44067 2.03148 9.19192 1.66797 10 1.66797C10.8081 1.66797 11.5593 2.03147 13.0617 2.75849L15.4961 3.93643C16.832 4.58289 17.5 4.90611 17.5 5.41797C17.5 5.92983 16.832 6.25305 15.4961 6.89951L13.0617 8.07745C11.5593 8.80447 10.8081 9.16797 10 9.16797C9.19192 9.16797 8.44067 8.80447 6.93827 8.07745Z" stroke="#C52127" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
<path d="M5 10L6.66667 10.8333" stroke="#C52127" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
<path d="M14.1673 3.33594L5.83398 7.5026" stroke="#C52127" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
</svg>
|
|
</div>
|
|
<div>
|
|
<h6>{{__('SMS Gateway Settings')}}</h6>
|
|
<small class="text-muted d-block">{{__('View and update gateway settings.')}}</small>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
@endif
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
@endsection
|