@include('components.frontend-libs')
@include('layouts.header')
@include('layouts.navigation')
{{ $main }}
@include('layouts.user-jquery.jquery_all_users') @if(Auth::user()->isTypeAdmin()) @include('layouts.user-jquery.jquery_admin') @endif @if(Auth::user()->isTypeTeacher()) @include('layouts.user-jquery.jquery_teacher') @endif @if(Auth::user()->isTypeDirector()) @include('layouts.user-jquery.jquery_director') @endif @if(Auth::user()->isTypeCoordinator()) @include('layouts.user-jquery.jquery_coordinator') @endif