@extends('template.layouts.template-base') @section('title', 'Edit General Setting') @section('styles') @endsection @section('content') Setting / Edit General Setting English English Tamil @csrf Company Settings Payment Gateway Email Settings Google Keys Tax Settings SMS Settings Shipping Settings Basic Information Company Name * Company Name (Tamil) * Pan Number * GST No * Company Logo Choose a file or drag and drop it here JPG, PNG or JPEG (Max 1 MB) @if (Arr::has($settings, 'company_logo') && $settings['company_logo']) @endif Phone Number * +91 Landline * +91 Alternative Phone Number * +91 WhatsApp Number * +91 Use the same number for WhatsApp Email Website Link Pincode * City City (Tamil) State State (Tamil) Country Country (Tamil) Building / Street * Building / Street (Tamil) * Google Map Select Location on Map Latitude Longitude Addresses @php $displayAddresses = count($addresses) > 0 ? $addresses : [new \App\Models\Address(['address_type' => 'billing'])]; @endphp @foreach ($displayAddresses as $index => $address) Address #{{ $index + 1 }} @if ($index > 0) Remove @endif Address Name (e.g. Head Office) Address Name (Tamil) Pincode * City City (Tamil) State State (Tamil) Country Country (Tamil) Building / Street * Building / Street (Tamil) * Google Map Select Location on Map Longitude Latitude @endforeach Add More + Use the same address for shipping Invoice Data Signature Image * (180px*56px) Upload @if (Arr::has($settings, 'signature_image') && $settings['signature_image']) @endif @php $savedBank = Arr::has($settings, 'invoice_bank_id') ? (int) $settings['invoice_bank_id'] : null; $defaultBank = $banks->firstWhere('is_default', true); $selectedBankId = $savedBank ?? optional($defaultBank)->id; @endphp Bank Account * @forelse($banks as $bank) id ? 'selected' : '' }}> {{ $bank->bank_name }} @if ($bank->branch_name) – {{ $bank->branch_name }} @endif @if ($bank->is_default) (Default) @endif @empty No active banks found @endforelse Invoice Prefix * Invoice Suffix Terms of Instructions {{ Arr::get($settings, 'terms_of_instructions') }} Terms of Instructions (Tamil) {{ Arr::get($settings, 'terms_of_instructions_tamil') }} Delivery Notes {{ Arr::get($settings, 'delivery_notes') }} Delivery Notes (Tamil) {{ Arr::get($settings, 'delivery_notes_tamil') }} Save Payment Gateway Razorpay Payment * Enable Disable Razorpay Key Razorpay Secret Save Email Settings Mail From * Mail From Name Mail Logo (200px*200px) {{-- Upload --}} Upload Email Configuration Email Provider SMTP Mailgun Mail Host Mail Port Email Encryption Select TLS SSL SMTP Server Username SMTP Server Password Email Configuration Email Provider SMTP Mailgun Mailgun Domain Mailgun Secret Email Test Save Google Captcha Google Captcha * Enable Disable Google CAPTCHA Types reCAPTCHA v2 - Checkbox reCAPTCHA v2 - Invisible Public Key or Site Key Private Key or Secret Key Save Tax Settings Tax * Enable Disable Tax Calculation Type Inclusive Exclusive Tax Rate (in %) SMS Settings SMS * Enable Disable Nettyfish API Key Nettyfish Client ID Nettyfish Sender ID SMS Type Transactional Promotional SMS Test Save Shipping Settings Shipping Cost applies below price ₹ Shipping Cost ₹ Save Test Email Receiver's Email Address Enter Your Message Testing email configuration Cancel Send Email Test SMS Receiver's Phone Number +91 Enter Your Message Cancel Send SMS ✓ Saved Successfully The company settings has been saved successfully. ✓ Saved Successfully The payment gateway has been saved successfully. ✓ Saved Successfully The email settings has been saved successfully. ✓ Saved Successfully The google captcha has been saved successfully. ✓ Saved Successfully The SMS settings has been saved successfully. ✓ Saved Successfully The shipping settings has been saved successfully. Select Location Click on map or drag marker to set coordinates. @endsection @section('scripts') @endsection
The company settings has been saved successfully.
The payment gateway has been saved successfully.
The email settings has been saved successfully.
The google captcha has been saved successfully.
The SMS settings has been saved successfully.
The shipping settings has been saved successfully.