@include('components.frontend-libs')
@section('header') @show
@section('nav') @show
@section('body') @show
@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()->isTypeMenager()) @include('layouts.user-jquery.jquery_menager') @endif @if (Auth::user()->isTypeCoordinator()) @include('layouts.user-jquery.jquery_coordinator') @endif @section('scripts-jquery') @show