{{ $lead->opportunity }}
{{$lead->calls()->count()}} {{ trans("table.calls") }}
{{ is_null($lead->salesteam)?"":$lead->salesTeam->salesteam }}
{{ is_null($lead->salesPerson)?"":$lead->salesPerson->full_name }}
{{ is_null($lead->customerCompany)?"":$lead->customerCompany->name }}
{{ $lead->phone }}
{{ $lead->mobile }}
{{ $lead->fax }}
{{ $lead->priority }}
@if (@$action == 'show') {{trans('table.close')}} @else {{trans('table.back')}} @endif