@extends('admin.layouts.app') @section('pageTitle') {{ Lang::get('main.home_page_title') }} @endsection @section('contentHeader') @endsection @section('content')
{{ Lang::get('home.psychological-test') }}
@if(PerUser('scales_add')) @endif
@if(PerUser('scales_view'))
# {{ trans('home.test-name') }} description {{ trans('home.recommendations') }} {{ trans('home.test-period') }} {{ Lang::get('main.action') }}
@endif
@endsection @section('scriptCode') @if(PerUser('scales_view')) @endif @endsection