@extends('template.layouts.template-base') @section('title', 'General Setting') @section('styles') @endsection @section('content')
@csrf

Basic Information

Add Image
Choose a file or drag and drop it here
JPG, PNG or JPEG (Max 1 MB)
@if (!empty($settings['company_logo'])) View @endif
+91
+91
+91
+91

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' : '') }}>
@if ($index > 0) @endif
@endforeach

Invoice Data

@if (!empty($settings['signature_image'])) View @endif

Payment Gateway

Email Settings

Email Configuration

Email Configuration

Login Geolocation

Google Captcha

Tax Settings

SMS Settings

Shipping Settings

@endsection @section('scripts') @endsection