@extends('backEnd.layouts.master') @section('title', 'Website Settings') @push('styles') @endpush @section('content') @php $activeTab = $tab ?? 'logo'; @endphp

Website Settings

Logo, general info, footer, SEO এবং অন্যান্য site configuration।

@include('backEnd.settings.partials.theme-tabs')
@csrf
@if($activeTab === 'logo') @include('backEnd.settings.partials.theme-tab-logo') @elseif($activeTab === 'general')
General = shop er basic info (name, contact, address, currency). Logo upload er jonno bam pase Logo tab e jan — Main Logo = Header Logo (250×85 px)। Contact info footer, contact page ও invoice এ দেখাবে।
Google Maps → Share → Embed a map → Copy the src URL
Current time: {{ now()->format('d M Y, h:i A') }} ({{ $currentTz }})
cod_enabled ? 'checked' : '' }}>
COD checkout এ দেখাবে শুধু যখন কোনো online gateway (bKash/SSL) active নেই এবং cart-এ advance payment required product নেই। Gateway active থাকলে COD auto hide হবে।

Invoice Number Format

Customer order tracking এ যে Invoice number দেখাবে সেটি এখান থেকে customize করুন। Preview: {{ $invoicePreview ?? 'INV-0001' }}

Example: INV, ORD, SHOP
INV-0001 = pad 4
invoice_append_date ?? false) ? 'checked' : '' }}>
@elseif($activeTab === 'color')
Section-wise colors (Footer, Nav, Hero, Top bar…) change করতে Theme Color Settings page ব্যবহার করুন — save করলে site এ auto sync হবে।
These colors apply to buttons, links and highlights on the storefront theme.
@elseif($activeTab === 'header') Shown as a scrolling or static notice in the website header. @elseif($activeTab === 'footer') @include('backEnd.settings.partials.theme-tab-footer') @elseif($activeTab === 'trust_bar') @include('backEnd.settings.partials.theme-tab-trust-bar') @elseif($activeTab === 'chat_widget') @include('backEnd.settings.partials.theme-tab-chat-widget') @elseif($activeTab === 'banner')
@if($setting->banner_image)
Banner
@endif
@elseif($activeTab === 'language')
language_switcher ?? true) ? 'checked' : '' }}>
@elseif($activeTab === 'product') @include('backEnd.settings.partials.theme-tab-product-items') @elseif($activeTab === 'social') @php $platforms = ['facebook'=>'Facebook','instagram'=>'Instagram','youtube'=>'YouTube','twitter'=>'Twitter/X','tiktok'=>'TikTok']; @endphp @foreach($platforms as $plat => $label) @php $row = $socials->firstWhere('platform', $plat); @endphp
{{ $label }}
url ?? '') }}" placeholder="https://">
status ?? false) ? 'checked' : '' }}>
@endforeach @elseif($activeTab === 'seo')
@elseif($activeTab === 'robots')
Live URL: {{ url('/robots.txt') }}Sitemap: {{ url('/sitemap.xml') }} auto-append হবে যদি না দেন। Sitemap: {{ url('/sitemap.xml') }}
@endif
@endsection @push('scripts') @endpush