@extends('layouts.app') @section('title', 'Study Material Types') @section('pages')
@include('layouts.partials.nav-menu')
@include('study-material-types.table')
@endsection @section('js') @endsection