@foreach($sells_by_customer as $key => $value) @endforeach
@lang('contact.customer') @lang('lang_v1.invoices') @lang('crm::lang.assgined')
@php $contact = $value[0]->contact; @endphp @if(!empty($contact->supplier_business_name)) {{$contact->supplier_business_name}}
@endif {{$contact->name}}
@foreach($value as $sell) {{$sell->invoice_no}} @if(!$loop->last),@endif @endforeach
{!! Form::select('follow_ups[' . $key . '][user_id][]', $users, $contact->created_by, ['class' => 'form-control select2', 'required', 'style' => 'width: 100%;']); !!}