@foreach ($job_applicants as $ja) @endforeach
No Nama Lengkap NIK Jenis Kelamin Tempat, Tanggal Lahir No Telepon Email Alamat Lengkap Pendidikan Terakhir Jurusan Agama Posisi Dilamar Penempatan File
{{ $loop->iteration }} {{ $ja->full_name }} {{ $ja->identity_no }} {{ $ja->gender }} {{ $ja->place_date_of_birth }} {{ $ja->phone_number }} {{ $ja->email }} {{ $ja->full_address }} {{ $ja->last_education }} {{ $ja->major }} {{ $ja->religion }} {{ $ja->job_position === 'Lainya' ? $ja->other_job_position : $ja->job_position }} {{ $ja->job_placement === 'Lainya' ? $ja->other_job_placement : $ja->job_placement }} {{ env('APP_URL') }}/storage/resume/{{ $ja->file }}