@extends('admin.layouts.app') @section('title', 'Contact Page') @section('breadcrumb')
  • Pages
  • Contact
  • @endsection @section('heading', 'Contact Page') @section('subheading', 'Manage contact details and office information.') @section('content') @if(session('success'))
    {{ session('success') }}
    @endif
    @csrf @method('PUT') {{-- Map & Contact Form Section --}}

    Map & Contact Form

    These fields control the map embed and contact form section on the front-end.

    Paste the full Google Maps embed URL (from Share → Embed a map).

    {{-- About Section --}}

    About Section

    Content shown in the About block below the contact form.

    @if($settings->about_image)
    @endif
    @endsection