{{ translate('Other Questions') }}

@forelse ($product_queries as $product_query)
Q
{{ strip_tags($product_query->question) }}
{{ $product_query->user->name }} {{ date('d-m-Y H:ia', strtotime($product_query->created_at)) }}
A
{{ strip_tags($product_query->reply ? $product_query->reply : translate('Seller did not respond yet')) }}
{{ $product_query->preorderProduct->user->name }} {{$product_query->reply ? date('d-m-Y H:ia', strtotime($product_query->created_at)) : ''}}
@empty

{{ translate('No questions asked yet') }}

@endforelse
{{ $product_queries->links() }}