@if($customer->lead_customer_id)
@endif
-
{{__('messages.corporate')}}
-
{{($customer->corporate)? $customer->corporate->name:"-"}}
-
{{trans_choice('messages.nationalities',1)}}
-
@if(app()->getLocale() == "ar")
{{($customer->nationality)? $customer->nationality->name_ar:""}}
@else
{{($customer->nationality)? $customer->nationality->name_en:""}}
@endif
-
{{__('messages.Hows')}}
-
{{($customer->how)? $customer->how->name : "-"}}
-
{{__('messages.Account Source')}}
-
{{($customer->account_source)? $customer->account_source->name : ""}}
-
{{trans_choice('messages.branch',1)}}
-
{{($customer->branch)? $customer->branch->name :"-"}}
-
{{trans_choice('messages.Interests' , 5)}}
-
@if($customer->interests)
@forelse($customer->interests as $interest)
{{$interest->name}}
@empty
-
@endforelse
@endif
-
{{__('messages.Created At')}}
-
{{ $customer->created_at}}