@extends('layout.layout') @php $route = 'question-comments'; @endphp @section('title',__('lang.question-comments')) @section('header')

{{trans('lang.'.$route)}}

@endsection @section('content')
{{__('lang.comment')}} {{__('lang.question')}} {{__('lang.UserName')}} {{__('lang.view_count')}}
@endsection @section('script') @endsection