@extends('admin.layouts.app') @section('title', 'Add Property') @section('breadcrumb')
  • Properties
  • Add Property
  • @endsection @section('heading', 'Add Property') @section('subheading', 'Create a new property listing with comprehensive details.') @section('content') @if($errors->any())
    @endif
    @csrf {{-- Section 1: Basic Information --}}

    Basic Information

    Leave blank to auto-generate from title

    {{-- Section 2: Pricing & Area --}}

    Pricing & Area

    {{-- Section 3: Property Details --}}

    Property Details

    {{-- Section 4: Location --}}

    Location

    {{-- Section 5: Media --}}

    Media

    {{-- Section 6: Amenities --}}

    Amenities

    @foreach($amenities as $amenity) @endforeach
    {{-- Section 7: Agent & Ownership --}}

    Agent & Ownership

    {{-- Section 8: SEO --}}

    SEO

    {{-- Form Actions --}}
    Cancel
    @endsection @section('scripts') @endsection