{{-- --}}
@if ($message = Session::get('success'))
@endif
@if ($message = Session::get('error'))
@endif
@if ($message = Session::get('login-welcome'))
@endif
{{-- Copy sharable link and password to clipboard --}}
{{-- get active students for select input --}}
@yield('admin-js')