@extends('admin.layout') @section('title', 'CMS & Dynamic Policy Content') @push('styles') @endpush @section('content')

CMS & Policy Pages Manager

All content below is dynamically stored in the database and reflects immediately across the Website, APIs, and Mobile App.

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

Company Contact, WhatsApp & Address Settings

Control phone numbers, floating WhatsApp widget, email, address, and Play Store app link across all pages.

Live Channels
@csrf
Displayed on top bar, footer & contact page
Additional phone numbers (optional)
Displayed on header, footer & contact page
Controls WhatsApp floating button & direct chat
Shown on contact & consultation pages
Controls app download badge in footer
Displayed in footer and contact page if present
Essential Medical Compliance

Medical & Health Disclaimer

Crucial legal disclosure for Unani medicines, doctor consultation guidance & patient safety.

@csrf
Preview Live Page →

Cancellation Policy

Order cancellation window, dispatch cutoff, and refund reversal timelines.

Order Rules
@csrf
Preview Live Page →

Privacy Policy Content

Patient personal data protection, encryption, and storage guidelines.

Data Privacy
@csrf
Preview Live Page →

Terms & Conditions

Electronic agreement, user rights, product pricing, and legal jurisdiction.

Terms of Service
@csrf
Preview Live Page →

Shipping & Delivery Policy

Courier dispatch schedules, transit times, shipping rates, and AWB tracking.

Logistics
@csrf
Preview Live Page →

Return & Refund Policy

7-day return guarantee, damaged medicine verification, and refund turnaround.

Returns
@csrf
Preview Live Page →

Cookie Policy

Session cookies, cart storage tokens, and browsing preferences.

Cookies
@csrf
Preview Live Page →

Home About Us Section

Headline, description, and featured showcase image on the homepage.

Homepage
@csrf
@if(!empty($about->image))
About Image {{ $about->image }}
@endif

Footer Description / Extra Info

Bottom brand paragraph and company mission notes.

Footer
@csrf
@endsection @push('scripts') @endpush