@extends('admin.layouts.app') @section('title', 'Add Project') @section('breadcrumb')
  • Projects
  • Add Project
  • @endsection @section('heading', 'Add Project') @section('subheading', 'Create a new real estate project with comprehensive details.') @section('content')
    @csrf {{-- Section 1: Project Information --}}

    Project Information

    @error('title')

    {{ $message }}

    @enderror
    {{-- Section 2: Location --}}

    Location

    {{-- Section 3: Unit Details --}}

    Unit Details

    {{-- Section 4: Pricing --}}

    Pricing

    {{-- Section 5: RERA & Legal --}}

    RERA & Legal

    {{-- Section 7: Timeline --}}

    Timeline

    {{-- Section 8: Media --}}

    Media

    @if($agents->isNotEmpty())
    @endif
    {{-- Form Actions --}}
    Cancel
    @endsection