@extends('web.layouts.layout') @section('content')

{{ $banner->currentDescription->subtitle ?? "" }}

{!! $banner->currentDescription->description ?? "" !!}
@if(!$hasAccessToWebsite) @endif
board student

{{ $aboutUs->currentDescription->title ?? "" }}

{{ strip_tags($aboutUs->currentDescription->description ?? "") }}

{{ __('stages::stages.stages') }}

@if(isset($stages) && $stages->isNotEmpty()) @foreach($stages as $stage) @endforeach @endif

0

{{ __('users::members.student') }}

0

{{ __('users::teachers.teacher') }}

0

{{ __('documents::documents.file2') }}

{{ __('main.students_feedback') }}

@if(isset($ratings) && $ratings->isNotEmpty()) @foreach($ratings as $rating)
{{ $rating->comment }}
{{ $rating->owner->name ??
{{ $rating->owner->name ?? "" }}

{{ $rating->course->stage->currentDescription->title ?? "" }}

@endforeach @endif
@endsection @push('stack_scripts') @endpush