@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%;']); !!}
|
|
@endforeach