@extends('layouts.app') @section('title', 'Edit Paket MK - SIAKAD') @section('page-title', 'Edit Paket Mata Kuliah') @section('content')
Edit Paket: {{ $paketMk->nama }}
Perbarui paket mata kuliah
Kembali
@csrf @method('PUT')
@error('nama')
{{ $message }}
@enderror
@error('prodi_id')
{{ $message }}
@enderror
@error('semester')
{{ $message }}
@enderror
@error('tipe')
{{ $message }}
@enderror
is_active) ? 'checked' : '' }}>

Pilih Mata Kuliah
{{ $paketMk->details->count() }} MK dipilih {{ $paketMk->total_sks }} SKS
Kode Mata Kuliah SKS Dosen
Pilih Prodi dan Semester terlebih dahulu
Info Paket
Total MK
{{ $paketMk->details->count() }} mata kuliah
Total SKS
{{ $paketMk->total_sks }} SKS
Status
@if($paketMk->is_active) Aktif @else Nonaktif @endif
@endsection @push('scripts') @endpush