@extends('layout.layout') @php $route = 'questions'; @endphp @section('title',__('lang.Questions')) @section('header')

{{trans('lang.Questions')}}

@endsection @section('content')
{{__('lang.description')}} {{__('lang.UserName')}} {{__('lang.Users_active')}} {{__('lang.Actions')}}
@endsection @section('script') @endsection