Menambahkan migrasi baru untuk tabel `notifications` dengan rincian:
- Membuat tabel `notifications` dengan kolom:
- `id` (UUID, primary key).
- `type` (string).
- `notifiable` (morphs).
- `data` (text).
- `read_at` (timestamp, nullable).
- `timestamps` (created_at dan updated_at).
- Menyediakan fungsi `up` untuk membuat tabel.
- Menyediakan fungsi `down` untuk menghapus tabel.
- Add Modular Package
- Update Compiler asset to handle modular
- update route to url on view
- Move User Models and MIgration to to Module Usermanagement
- Remove Database Seeder