@if(@$data->close_status==2)
@if($data->close_status==2)
@endif
LOST
@endif
{{ __('auth.product_pricing') }} :
{{ __('auth.probability') }} : %
{{ __('auth.sale_person') }} :
{{ __('auth.expected_closing') }} :
@php
$priority = "";
if(intval($data->priority)==0) $priority = '';
else if($data->priority==1) $priority = "Low";
else if($data->priority==2) $priority = "Meduim";
else if($data->priority==3) $priority = "Hight";
else if($data->priority==4) $priority = "Very Hight";
else{
$priority = "";
}
@endphp
@if(!empty(@$priority))
{{ __('auth.priority') }} : {!! $priority !!}
@else
{{ __('auth.priority') }} :
@endif
@php
$pipeline_tags = App\Models\Crm\PipelineTagsModel::where("pipeline_id",$data->id)->get();
$tags_name = '';
if(!empty($pipeline_tags)&&count($pipeline_tags)>0){
foreach($pipeline_tags as $tag){
$tag_data = App\Models\Crm\TagsModel::find($tag->tags_id);
$tags_name .="".$tag_data->name." ";
}
}
@endphp
@if(!empty(@$tags_name))
{{ __('auth.tags') }} : {!! $tags_name !!}
@else
{{ __('auth.tags') }} :
@endif
{{__("auth.contact_by")}} :
{{__("auth.source")}} :
{{ __('auth.known_product_by') }} :
{{ __('auth.Date') }} :
{{ __('auth.lost_reason') }} :
{{-- Internal Note --}}
{{-- contact of customer --}}
{{ @$data->internal_notes }}
{{-- Customer Info --}}
{{ __('auth.name') }} (kh) :
{{ __('auth.name') }} (en) :
{{ __('auth.type') }} :
{{ __('auth.phone') }} :
{{ __('auth.email') }} :
{{ __('auth.website') }} :
{{__("auth.house_no")}} :
{{__("auth.street_no")}} :
{{__("auth.province")}} :
{{__("auth.district")}} :
{{__("auth.commune")}} :
{{__("auth.village")}} :
{{-- main contact person --}}
{{-- Customer social account info --}}
{{ __("auth.contact_person_info") }}
{{ __('auth.contact_person_name') }} (kh) :
{{ __('auth.contact_person_name') }} (en) :
{{ __('auth.gender') }} :
{{ __('auth.job_position') }} :
{{ __('auth.phone') }} :
{{ __('auth.email') }} :
{{ __('auth.customer_social_account_info') }}
{{ __('auth.no') }} | {{ __('auth.name') }} | {{ __('auth.account_name') }} | {{ __('auth.link') }} |
---|---|---|---|
{{ $key_acc+1 }} |
{{ @$contact_account->name }}
|
{{ @$contact_account->account_name }}
|