@extends('layouts.common') @section('title') Laiqa | Admin @endsection @section('content')

Users Query - Consult a Consultant

@foreach ($list as $key => $val) @php $query = substr($val->query,0,40).'....'; @endphp @endforeach
ID User Email Choice 1 Choice 2 Query Query Sent Date Query Sent time Status View & Reply
{{ $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 }}
@endsection @section('scripts') @endsection