{{ csrf_field()}}
{{ _lang('Name') }}
{{ _lang('Company Name') }}
{{ _lang('Email') }}
{{ _lang('Add New') }}
{{ _lang('Lead Status') }}
{{ _lang('Select One') }}
{{ create_option('lead_statuses', 'id', 'title', $lead->lead_status_id,array("company_id="=>company_id())) }}
{{ _lang('Add New') }}
{{ _lang('Lead Source') }}
{{ _lang('Select One') }}
{{ create_option('lead_sources', 'id', 'title', $lead->lead_source_id,array("company_id="=>company_id())) }}
{{ _lang('Assigned ') }}
{{ _lang('Select One') }}
{{ create_option('users','id','name',$lead->assigned_user_id, array("company_id="=>company_id())) }}
{{ _lang('Contact Date') }}
{{ _lang('Phone') }}
{{ _lang('Website') }}
{{ _lang('Country') }}
{{ _lang('Select One') }}
{{ get_country_list( $lead->country ) }}
{{ _lang('City') }}
{{ _lang('State') }}
{{ _lang('Zip') }}
{{ _lang('Mark Hot Prospect') }}
{{ _lang('Select One') }}
Yes
No
{{ _lang('Address') }}
{{ $lead->address }}
{{ _lang('Update') }}