@extends('layouts.app') @section('title', 'Tambah Mata Kuliah') @section('topbar-title', 'Tambah Mata Kuliah') @section('content')
@if($errors->any())
    @foreach($errors->all() as $e)
  • {{ $e }}
  • @endforeach
@endif
@csrf
Semester mata kuliah diajarkan (1-14)
Otomatis nonaktif setelah tanggal ini
@endsection