@lang('form.lead')
@if(check_perm('leads_edit')) @endif
@if(isset($rec->customer_id) && $rec->customer_id) @lang('form.edit_customer_profile') @elseif(isset($rec->id) && !$rec->customer_id && ($rec->lead_status_id != LEAD_STATUS_CUSTOMER) ) @lang('form.convert_to_customer') @endif