{{-- therapists--}}
@if(PerUser('therapists'))
@lang('main.view')
@else
@endif
{{--visitors--}}
@if(PerUser('visitors'))
@lang('main.view')
@else
@endif
{{--profiles--}}
@if(PerUser('profiles'))
@lang('main.view')
@else
@endif
{{--users--}}
{{ count($therapist)}}
@lang('main.therapists')
{{ count($visitor)}}
@lang('main.visitors')
{{ count($profiles)}}
@lang('main.profiles')