@extends('admin.layouts.app') @section('title', 'Edit Lead: ' . $lead->name) @section('content')

Edit Lead

Update lead information for {{ $lead->name }}

Back to Lead
@csrf @method('PUT')

Contact Information

@error('name')

{{ $message }}

@enderror
@error('email')

{{ $message }}

@enderror
@error('phone')

{{ $message }}

@enderror

Property Preferences

@if ($lead->status === 'converted')

Deal Information

@endif

Lead Classification

Assignment & Follow-up

@endsection