@extends('admin.layouts.app') @section('pageTitle') {{ Lang::get('main.home_page_title') }} @endsection @section('contentHeader') @endsection @section('content')
Psychological Questions
@if(PerUser('scalesQuestions_add')) @endif
@if(PerUser('scalesQuestions_view'))
# {{ trans('home.test-name') }} Question {{ Lang::get('main.action') }}
@endif
@endsection @section('scriptCode') @if(PerUser('scalesQuestions_view')) @endif @endsection