@extends('layouts.app') @section('title', 'Semesters') @section('pages')
@include('layouts.partials.nav-menu')
@include('semesters.table')
@endsection @section('js') @endsection