@php $customers_count = 0; @endphp @foreach(@$statuses as $k => $item) @php $customers_count += $item->customers_count; @endphp @endforeach
{{$customers->firstItem()}} - {{$customers->lastItem()}}
{{ $customers->appends(['search' => request()->search ])->links('vendor.pagination.simple-bootstrap-4') }}
Sinh nhật hôm nay {{$birthday}}
Thời gian tạo KH
@forelse($user_filter_list as $key => $item) @if($key == 4) @if(\Illuminate\Support\Facades\Auth::user()->department_id == 3) @endif @else @endif @empty @endforelse @if (count($customers)) @if(count($customers) <7) @endif @foreach($customers as $key => $customer) @if(\Illuminate\Support\Facades\Auth::user()->department_id == \App\Constants\DepartmentConstant::MARKETING) @endif {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} @endforeach @else @endif
Tin nhắn {{$item}} Chỉnh sửa
{{ $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() }} @if(@$customer->facebook) @endif
({{@$customer->account_code}})
@if(env('CALL_CENTER_OLD')) {{ str_limit($customer->phone,7,'xxx') }} @else {{auth()->user()->permission('phone.open') ? $customer->phone : str_limit($customer->phone, 7, 'xxx')}} @endif {{-- @if(!empty($customer->call_back))--}} {{-- --}} {{-- @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}} {{diffTime($customer->last_time)}} {!! $customer->schedules_text !!} {{$customer->birthday? date('d-m-Y', strtotime($customer->birthday)):'' }} {{ @$customer->marketing ? @$customer->marketing->full_name: '' }} {{ @$customer->source_customer->name}}--}} {{-- {{ @$customer->facebook?str_limit($customer->facebook,30,'...'):''}}--}} {{-- {{ $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')) }}
Không tồn tại dữ liệu
{{ 'Tổng số ' . $customers->total() . ' khách hàng ' . (request()->search ? 'found' : '') }}
{{ $customers->appends(['search' => request()->search ])->links() }}
@include('customers.modal_view')