{{__("messages.Edit")}} Lead {{$lead->name}}

@if (session()->has('message'))
{{ session('message') }}
@endif @if (session()->has('error'))
{{ session('error') }}
@endif
lead_status_id @foreach (\App\Models\LeadStatus::all() as $status) @endforeach
comment