@extends('backend.layouts.app') @section('head') @endsection @section('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