@extends('admin.layouts.app') @section('title', 'Settings') @section('content')

Settings

Manage your store configuration

@if(session('success'))
{{ session('success') }}
@endif
@csrf @method('PUT')
@if(!empty($settings['logo']))
Logo
@endif

Recommended: PNG with transparent background

@if(!empty($settings['favicon']))
Favicon
@endif

Recommended: 32x32 or 64x64 PNG/ICO

Analytics Integration

Add your tracking IDs to enable analytics on your store.

Format: G-XXXXXXXXXX or UA-XXXXXXXX-X

Format: GTM-XXXXXXX

15-16 digit number from Facebook Business

Fraud Check API (Nirvor)

Get API Keys →

Check customer courier history before processing orders.

Duplicate Order Prevention

SMTP Email Settings

SMS Gateway

Color Settings

Main brand color (buttons, links, highlights)

Footer, secondary buttons

Typography

Layout Settings

@endsection