@extends('backend.layouts.app') @section('content')
{{ $query->product != null ? $query->product->getTranslation('name') : translate('Product Not Found') }}
  • user != null) src="{{ uploaded_asset($query->user->avatar_original) }}" @endif onerror="this.onerror=null;this.src='{{ static_asset('assets/img/avatar-place.png') }}';">
    @if ($query->user != null) {{ $query->user->name }} @endif

    {{ $query->created_at->diffForHumans() }}

    {{ strip_tags($query->question) }}

@if ((auth()->user()->id == $query->seller_id || auth()->user()->user_type == 'staff') && auth()->user()->can('reply_preorder_product_queries'))
@method('put') @csrf

@endif
@endsection