@extends('backpack::layout') @section('header')

{{ __('base.rating.main_dashboard') }}{{ __('base.rating.main_dashboard_info') }}

@endsection @section('content') @php $status = \App\Models\Student::find(\Auth::id()); if($status != null){ $status = $status->getStudentStatusView(); } @endphp
ონლაინ ბიბლიოთეკა / Онлайн библиотека
@if($status)
ეკონომიკის, ბიზნესისა და მართვის ფაკულტეტი
გადასვლა
სამართლის ფაკულტეტი
გადასვლა
ჯანდაცვის ფაკულტეტი
გადასვლა
ჰუმანიტარული ფაკულტეტი
გადასვლა

@else
შესავსებად აუცილებელია / Обязательно к заполнению!
@endif
@if( !empty($questionnaires) )
{{ trans('base.questionnaire.title') }}
@foreach($questionnaires as $questionnaire) @endforeach
@endif @endsection