@extends('layouts.app') @section('title', 'Shop Settings') @push('styles') @endpush @section('content')
@csrf @method('PUT')
{{-- SIDE NAV --}} {{-- MAIN PANELS --}}
{{-- ── BUSINESS INFO ── --}}
Business Information
Company Identity
Legal & Tax Identity
Contact Information
Social Media
{{-- ── BRANDING ── --}}
Branding & Logo
Company Logo
Current Logo
@if($company->logo) Remove Logo @else
No logo
@endif
Upload New Logo
Recommended: 300×150px, transparent PNG
Favicon
@if($company->favicon) Favicon @else
ico
@endif
ICO or PNG — 32×32px or 64×64px
Brand Color
Used in sidebar, buttons, and invoice headers
@foreach(['#26d9d3','#2563eb','#10b981','#f59e0b','#ef4444','#8b5cf6','#0f172a','#e11d48','#0891b2','#16a34a'] as $preset)
@endforeach
{{-- ── BANK DETAILS ── --}}
Bank DetailsPrinted on invoices
Primary Bank Account
Preview — How it appears on invoices
Bank{{ $company->bank_name ?? '—' }} A/C Name{{ $company->name }} A/C No.{{ $company->bank_account ?? '—' }} Branch{{ $company->bank_branch ?? '—' }} Routing{{ $company->bank_routing ?? '—' }} bKash/Nagad{{ $company->mobile_banking ?? '—' }}
{{-- ── INVOICE SETTINGS ── --}}
Invoice & Document Settings
Document Number Prefixes
These prefixes appear before the number in all documents. e.g. SI-2025-00001
Invoice Print Options
Show Company Logo
Print logo on all invoices and challans
Show Bank Details
Print bank account information on invoice footer
Show Signature Lines
Include Prepared By / Authorized / Received By signature blocks
Default Invoice Terms
{{-- ── TAX & CURRENCY ── --}}
Tax & Currency Settings
Currency
VAT / Tax Defaults
Enable Tax / VAT
Show tax fields on invoices and purchase orders
%
Bangladesh standard VAT is 15%. Leave 0 for VAT-exempt businesses.
%
Income Tax deducted at source on supplier payments.
Prices Include Tax
When enabled, selling prices already include VAT (tax-inclusive pricing)
Fiscal Year
{{-- ── POS SETTINGS ── --}}
POS Settings
Receipt Settings
POS Behaviour
Auto-print Receipt on Sale
Automatically open print dialog after each POS transaction
Ask for Customer at Checkout
Show customer search prompt before completing each POS sale
Receipt Preview
{{ $company->name }}
{{ $company->address }}
{{ $company->phone }}
{{ $company->pos_receipt_header ?? 'Welcome!' }}
Item × Qty ........... ৳Price
TOTAL ................. ৳0.00
{{ $company->pos_receipt_footer ?? 'Thank you!' }}
{{-- ── NOTIFICATIONS ── --}}
Notification Settings
Daily Automated Alerts
These alerts run daily via the scheduler and notify managers and admins.
Low Stock Alerts
Notify when items fall below their reorder level
Overdue Invoice Alerts
Notify when sales invoices are past their due date with outstanding balance
Pending Leave Applications
Notify when employees have pending leave applications awaiting approval
Email Notifications
Important system alerts will also be sent to this email.
{{-- ── SYSTEM ── --}}
System Settings
Date & Time
Users are automatically logged out after this many minutes of inactivity.
Danger Zone
Caution
These actions cannot be undone. Make sure you have a backup before proceeding.
{{-- SAVE BUTTON (bottom) --}}
{{-- main panels --}}
{{-- settings layout --}}
@endsection @push('scripts') @endpush