{{__('admin.Seller List')}}

{{__('admin.Send email to all seller')}}
@foreach ($sellers as $index => $seller) @endforeach
{{__('admin.SN')}} {{__('admin.Seller Name')}} {{__('admin.Email')}} {{__('admin.Phone')}} {{__('admin.Status')}} {{__('admin.Action')}}
{{ ++$index }} {{ $seller->user->name }} {{ $seller->user->email }} {{ $seller->user->phone }} @if($seller->status == 1) @else @endif @php $existProduct = $products->where('vendor_id',$seller->id)->count(); @endphp @if ($existProduct == 0) @else @endif