@extends('layouts.admin') @section('title', 'Create Property Deal') @push('styles') @endpush @section('content')

Broadcast New Deal

Create a new property listing with auto-calculated sourcing fees.

Back to List
@csrf @if ($errors->any())
Fix errors:
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
Deal Strategy & Pricing
Financial Calculations
Min Discount

0%

Max Discount

0%

Avg Investor Discount

0%

Property Specifications
Address & Location
Structure & Features
Tenure & Deadlines
Property Description & Media
Amenities & Key Features
@foreach($features as $f) @endforeach
Media Uploads

Click or drop Main Image

Click or drop Property Video

@endsection @push('scripts') @endpush