{{-- Favicon --}}
@yield('title', 'Learning Management System')
{{-- Google Font --}}
{{-- AUTH CSS (PURE CSS) --}}
@stack('styles')
{{-- CONTENT --}} @yield('content')
{{-- Optional JS --}} @stack('scripts')