@extends('admin.layouts.app') @section('title', 'Edit Contact Page') @section('heading', 'Contact Page Editor') @section('content')
Home About Contact Offers Sliders
@csrf
{{-- Hero Section --}}

Hero section

Banner at the top of the Contact page.

@if(!empty($s['contact_hero_bg']))

Image: {{ basename($s['contact_hero_bg']) }}

@else
No image set
@endif Supported: JPG, PNG, WebP, GIF, SVG, BMP (max 10MB)
{{-- Contact Details --}}

Contact details

Displayed in the "Visit Us" panel.

{{-- Social Media Links (NEW) --}}

Social media links

Links displayed on the contact page.

{{-- Map Settings (NEW) --}}

Map settings

Embed Google Maps iframe or coordinates.

Enter the embed URL from Google Maps (Share -> Embed a map)
Preview page

Tips

  • Fill in all contact details for better UX.
  • Add social media links to build trust.
  • Use Google Maps embed for location.
  • All images max 10MB.
@endsection