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

Edit Property Deal

Modify existing deal information and media.

Back to List
@csrf @method('PUT') @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

{{ number_format($property->discount_percentage, 1) }}%

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

Click or drop to replace

@if($property->thumbnail)
@endif
@endsection @push('scripts') @endpush