@extends('Layouts.app') @section('content')
{{-- Alert Error --}} @if($errors->any())
@endif

{{ isset($course) ? 'Edit Course' : 'Tambah Course' }}

@csrf @if(isset($course)) @method('PUT') @endif {{-- Dosen --}}
{{-- Jurusan --}}
{{-- Mata Kuliah --}}
{{-- Kode MK --}}

{{-- Bobot Nilai Dinamis --}}

Bobot Nilai (Opsional)

@if(isset($course) && $course->bobot->isNotEmpty()) @foreach($course->bobot as $bobot)
@endforeach @endif

Total: 0%

@endsection {{-- jQuery + Select2 --}}