@extends('layouts.app') @section('title', 'Buat Catatan - SIAKAD') @section('page-title', 'Buat Catatan Baru') @section('content')
Buat Catatan Baru
@csrf
@error('title')
{{ $message }}
@enderror
@error('content')
{{ $message }}
@enderror Supports HTML tags
@error('color')
{{ $message }}
@enderror
@error('icon')
{{ $message }}
@enderror
@error('order')
{{ $message }}
@enderror Angka kecil tampil lebih dulu
Batal
Preview
Judul Catatan

Isi catatan akan muncul di sini...

Tips
  • Catatan akan tampil di dashboard mahasiswa dan dosen
  • Gunakan urutan untuk mengatur prioritas tampil
  • Catatan yang nonaktif tidak akan tampil
@push('scripts') @endpush @endsection