Users Query - Consult a Consultant
				
				
					
				
			 
			
				
					
						
							
								
									| ID | User | Email | Choice 1 | Choice 2 | Query | Query Sent Date | Query Sent time | Status | View & Reply | 
							
							
								 @foreach ($list as $key => $val)
								@php $query = substr($val->query,0,40).'....'; @endphp
								
										| {{ $loop->iteration }} | {{ $val->name }}@if($val->msg_cnt !=0){{ $val->msg_cnt}}@endif | {{ $val->email }} | {{ $val->choice_one }} | {{ $val->choice_two }} | {{ $query }} | {{ $val->query_date }} | {{ $val->query_time }} | {{ $val->status }} |  | 
								@endforeach