@lang('recruit::modules.job.jobTitle')
{{ ucfirst($application->job->title) }}
@lang('recruit::modules.job.location')
{{ $address ? ucfirst($address->location) : '-' }}
@lang('recruit::modules.jobApplication.jobapplied')
{{ date('d-m-Y', strtotime($application->Job_applied_on)) }}
@lang('recruit::modules.jobApplication.skills')
@foreach ($skills as $item)
{{ $item['name'] }}
@endforeach