@extends('seller.layouts.datatable-app') @section('panel_content')
{{ translate('Product Queries') }}
# {{ translate('User Name') }} {{ translate('Product Name') }} {{ translate('Question') }} {{ translate('Reply') }} {{ translate('status') }} {{translate('actions')}}
@endsection @section('modal') @include('modals.delete_modal') @endsection @section('script') {!! $datatable_script !!} @endsection