@if(count($customers)) @foreach($customers as $key => $item) @endforeach @endif
STT Họ tên Số điện thoại Tin nhắn Sản phẩm Thao tác
{{$key+1}} {{$item->name}} {{$item->phone}} {{$item->message}} {!! $item->product_text !!}
{{$customers->links()}}