{{----}} @if(@count($docs)) @foreach($docs as $k => $s) @if($s->status == 0) @elseif($s->status == 1) @else @endif {{----}} @endforeach @else @endif
Ngày tạoChiến dịchOptin Form Khách hàng ghi chú Chi nhánh Người phụ trách T.T
{{@$s->created_at}}{{@str_limit($s->post->campaign->name,40)}}{{@str_limit($s->post->title,40)}} @if(isset($s->customer)) {{@$s->full_name}} @else {{@$s->full_name}} @endif ( {{@$s->phone}} ) {{@$s->note}} {{@$s->branch->name}} {{@$s->telesales->full_name}} {{@$s->status==\App\Constants\StatusConstant::NOT_CALL?'Chưa gọi':($s->status==\App\Constants\StatusConstant::CALL?'Đã gọi':'Đã đến')}}
Không tồn tại dữ liệu
{{ 'Tổng số ' . $docs->total() . ' bản ghi ' . (request()->search ? 'found' : '') }}
{{ $docs->appends(['search' => request()->search ])->links() }}