@extends('admin.layouts.app') @section('title', 'Homepage Content') @section('breadcrumb')
  • Pages
  • Homepage
  • @endsection @section('heading', 'Homepage Content') @section('subheading', 'Edit hero, services, CTA, and other sections. Featured Listings show real properties from the system.') @section('content')
    @if (session('success'))
    {{ session('success') }}
    @endif
    @csrf @method('PUT') @php $d = $data; $hdr = $d['header'] ?? []; $h = $d['hero'] ?? []; $fl = $d['featured_listings'] ?? []; $sv = $d['services'] ?? []; $items = $sv['items'] ?? []; $cta = $d['cta'] ?? []; $app = $d['download_app'] ?? []; $lc = $d['loan_calculator'] ?? []; $ag = $d['agents_section'] ?? []; $tm = $d['testimonials_section'] ?? []; $brands = $d['brands'] ?? []; $brandsItems = $brands['items'] ?? []; @endphp {{-- Tabs Navigation --}}
    {{-- Tab Contents --}}
    {{-- Header Tab --}}

    Header Settings

    Upload a site logo and set the contact number shown in the navbar.

    @if (!empty($hdr['logo']))
    Current logo
    @endif
    {{-- Hero Tab --}} {{-- Featured Listings Tab --}} {{-- Services Tab --}} {{-- CTA Tab --}} {{-- Download App Tab --}} {{-- Loan Calculator Tab --}} {{-- ============================================================ --}} {{-- Brands Tab — with per-item delete --}} {{-- ============================================================ --}} {{-- Agents Section Tab --}} {{-- Testimonials Section Tab --}} {{-- Blogs Tab --}}
    {{-- Global Submit Button --}}
    {{-- Post Modal --}} @endsection