@include('components.frontend-libs')
@section('header') @show
@section('nav') @show
@section('body') @show
@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 @section('scripts') @show