|
|
{{ $key + 1 }} |
{{ date('d-m-Y H:i:s', strtotime($customer->created_at)) }} |
@if($customer->FB_ID)
@else
@endif
{{ $customer->full_name }}
{{ $customer->groupComments->count() }}
|
{{ str_limit($customer->phone,7,'xxx') }}
@if(!empty($customer->call_back))
@endif
|
@if(\Illuminate\Support\Facades\Auth::user()->department_id == \App\Constants\DepartmentConstant::MARKETING)
|
@endif
{{str_limit($customer->group_text,30)}} |
{{ @$customer->status->name }} |
{{ @$customer->telesale->full_name }} |
|
{{-- {{$customer->expired_text}} | --}}
{{-- {{@$customer->time_move}} | --}}
{{@$customer->branch->name}} |
{{-- --}}
{{-- {{str_limit($customer->group_tips,30)}}--}}
{{-- | --}}
{{-- {{@$customer->genitive->name}} | --}}
{{@$customer->carepage->full_name}} |
{{@$customer->cskh->full_name}} |
{!! $customer->schedules_text !!}
|
{{ date('d-m-Y', strtotime($customer->birthday)) }} |
{{ @$customer->marketing ? @$customer->marketing->full_name: '' }} |
{{ @$customer->source_customer->name}} |
{{ @$customer->facebook}} |
{{ $customer->gender_text }} |
{{ count($customer->orders) }} |
{{ number_format($customer->orders->sum('all_total')) }} |
{{ number_format($customer->orders->sum('gross_revenue')) }} |
{{ number_format($customer->orders->sum('the_rest')) }} |
|
@endforeach
@else