feat: add application type field to career applications and implement status filtering in admin panel
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user