@if($job->is_nabola_internal)
๐ฟ Nabola
@endif
{{ $job->title }}
@if(in_array($job->id, $myApps))
โ Applied
@endif
@php
$typeColors = ['full_time'=>'#34d399','part_time'=>'#60a5fa','contract'=>'#fbbf24','volunteer'=>'#a78bfa','internship'=>'#f472b6'];
$tc = $typeColors[$job->type] ?? '#9ca3af';
@endphp
{{ \App\Models\JobListing::typeLabel($job->type) }}
{{ \App\Models\JobListing::categoryLabel($job->category) }}
@if($job->pays_in_nc)
๐ช Pays in NC
@endif
{{ strip_tags($job->description) }}
{{ $job->location }}{{ $job->state ? ', '.$job->state : '' }}
@if($job->salary_range){{ $job->salary_range }}@endif
ยท {{ $job->applications_count }} applied