{{ HTML::style('vendor/bootstrap/css/bootstrap.min.css') }} {{-- {{ HTML::style('https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css', ['integrity' => 'sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh', 'crossorigin' => 'anonymous']) }}--}} {{ HTML::style('vendor/bower_components/datatables.net-buttons-bs/css/buttons.bootstrap.min.css') }} {{ HTML::style('vendor/bower_components/datatables.net-bs/css/dataTables.bootstrap.min.css') }} {{ HTML::style('vendor/bootstrap-select/dist/css/bootstrap-select.min.css') }} {{ HTML::style('vendor/xeditable/bootstrap-editable.css') }} {{ HTML::style('css/custom.css') }} {{ HTML::style('css/sticky-footer.css') }} @yield('css') {{-- {{ HTML::script('https://code.jquery.com/jquery-3.4.1.slim.min.js', ['integrity' => 'sha384-J6qa4849blE2+poT4WnyKhv5vZF5SrPo0iEjwBvKU7imGFAV0wwj1yYfoRSJoZ+n', 'crossorigin' => 'anonymous']) }}--}} {{-- {{ HTML::script('https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js', ['integrity' => 'sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo', 'crossorigin' => 'anonymous']) }}--}} {{-- {{ HTML::script('https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js', ['integrity' => 'sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6', 'crossorigin' => 'anonymous']) }}--}} {{ strip_tags($title) }} - OLAS UPRRP

Online Learning Assessment System - @if(Auth::user()->role == '1') Administrator @elseif (Auth::user()->role == '2') School Coordinator @elseif (Auth::user()->role == '3') Program Coordinator @elseif (Auth::user()->role == '4') Professor @endif

@yield('navigation')

Viewing: @foreach (Session::get('semesters_info') as $semester_info) · {{ $semester_info }} @endforeach Change

{{ $title }}

@if(Session::get('status'))
@endif
@yield('main')
@include('layouts/footer') @yield('included-js')