@extends('template.layouts.template-base') @section('title', 'General Setting') @section('styles') @endsection @section('content') Setting / General Setting English English Tamil {{-- Edit Setting --}} @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 (!empty($settings['company_logo'])) View @endif Company Logo (Tamil) Choose a file or drag and drop it here JPG, PNG or JPEG (Max 1 MB) @if (!empty($settings['company_logo_tamil'])) View @endif Phone Number +91 Use the same number for WhatsApp Landline +91 Alternative Phone Number +91 WhatsApp Number +91 Email Pincode * City City (Tamil) State State (Tamil) Country Country (Tamil) Building No / Colony / Area / Street * Building / Street (Tamil) * Google Map Select Location on Map Latitude Longitude Website Link Use the same address for shipping Addresses @php $displayAddresses = count($addresses) > 0 ? $addresses : [new \App\Models\Address(['address_type' => 'shipping'])]; @endphp @foreach ($displayAddresses as $index => $address) Address #{{ $index + 1 }} is_default) ? 'checked' : ($index === 0 && $addresses->where('is_default', true)->count() === 0 ? 'checked' : '') }}> Set as Default @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 + Invoice Data Signature Image * (180px*56px) Upload @if (!empty($settings['signature_image'])) View @endif Signature Image (Tamil) * (180px*56px) Upload @if (!empty($settings['signature_image_tamil'])) View @endif Invoice Prefix * Invoice Suffix Terms of Instructions {{ Arr::has($settings, 'terms_of_instructions') ? $settings['terms_of_instructions'] : null }} Terms of Instructions (Tamil) {{ Arr::has($settings, 'terms_of_instructions_tamil') ? $settings['terms_of_instructions_tamil'] : null }} Delivery Notes {{ Arr::has($settings, 'delivery_notes') ? $settings['delivery_notes'] : null }} Delivery Notes (Tamil) {{ Arr::has($settings, 'delivery_notes_tamil') ? $settings['delivery_notes_tamil'] : null }} Save Payment Gateway Razorpay Payment * Enable Disable Razorpay Key Razorpay Secret Save Email Settings Mail From * Mail From Name Mail Logo (200px*200px) 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 Login Geolocation IP Geolocation Enable Disable Provider Endpoint Timeout (seconds) 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 Google Maps API Key Save Tax Settings Tax * Enable Disable Tax Calculation Type Inclusive Exclusive Tax Rate (in %) Save 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 Select Location Click on map or drag marker to set coordinates. 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. @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.