feat: add application type field to career applications and implement status filtering in admin panel

This commit is contained in:
Ümit Tunç
2026-05-11 08:28:48 +03:00
parent 932bb89454
commit 5f26e76143
7 changed files with 54 additions and 1 deletions
@@ -36,6 +36,7 @@
<form action="{{ route('career.store') }}" method="POST" enctype="multipart/form-data" class="career-form" id="career-application-form">
@csrf
<input type="hidden" name="type" value="job">
<!-- Personal Info Group -->
<div class="row mb-8 align-items-center">