feat: localize career page and add mandatory NDA/contract document upload requirements to application form

This commit is contained in:
Ümit Tunç
2026-05-11 09:21:57 +03:00
parent 81790642c3
commit ebcbc9842c
4 changed files with 123 additions and 51 deletions
@@ -82,7 +82,7 @@
<div class="bg-white rounded-[2rem] shadow-2xl overflow-hidden border border-slate-100">
<div class="p-8 md:p-12">
<div class="mb-10">
<h2 class="text-2xl font-bold text-slate-900 mb-2">Staj Başvuru Formu</h2>
<h2 class="text-2xl font-bold text-slate-900 mb-2">{{ __('career.internship_title') }}</h2>
<div class="w-12 h-1 bg-[#e31e24] rounded-full"></div>
</div>