@extends('layouts.admin') @section('title', 'Pengaturan Tanggal KRS') @section('content')

Pengaturan Tanggal KRS

@if(session('success'))
{{ session('success') }}
@endif
@csrf
@endsection