@lang('modules.deal.dealAgent')

@if (!is_null($deal->leadAgent)) @else -- @endif

{{ __('app.added').' '.__('app.by') }}

@if (!is_null($deal->addedBy)) @else -- @endif

@if ($deal->leadStatus)

@lang('app.status')

@endif {{-- Custom fields data --}}
@if ($deal->contact->client_email) @lang('app.email') @endif @if ($deal->contact->mobile ) @lang('app.mobile') @endif