@extends('layouts.admin') @section('title', 'Store Settings & API Keys - Admin Control') @section('content')

System Settings & Integrations

Manage shop identity, custom logo, Razorpay payment gateway & Brevo Email API

@if(session('success'))
{{ session('success') }}
@endif
@csrf

Store Identity & Branding

Update shop name, contact information, address, and uploaded logo

@if(!empty($settings['shop_logo'] ?? '')) @else
Default Logo
@endif

Allowed formats: PNG, JPG, WEBP, SVG (Max 2MB). Uploaded logo will display across the header, footer, checkout, and invoices.

Footer Content & Social Links

Manage footer about tagline and social media page links

SEO & Dynamic Meta Configuration

Control default Meta Title, Meta Description, and Meta Keywords for Google & Social Media

Recommended length: 50–60 characters. Product and Category pages will dynamically prepend their names.

Recommended length: 140–160 characters. Product and Category pages will generate dynamic descriptions automatically.

Comma-separated keywords for search engines.

Privacy Policy, Terms & Conditions & Delivery Info

Manage content for Customer Support legal pages (HTML allowed)

Razorpay Payment Gateway API Keys

Configure Razorpay credentials for online UPI, Card & NetBanking payments

Brevo Transactional Email API

Automated emails for Registration, Delivery Partner welcome credentials, Order status, and Forgot Password OTPs

@endsection