@if ($messageforAdmin != null)
{{ $messageforAdmin }}
@else @extends('recruit::layouts.front') @section('content')
{{ $company->company_name }}
@if (auth()->user())
@lang('recruit::app.menu.goToDashboard')
@elseif ($setting->job_alert_status != 'no')
@lang('recruit::modules.front.createJobAlert')
@else
@endif
@lang('app.department')
@lang('app.all')
@foreach ($departments as $department)
{{ ($department->team_name) }}
@endforeach
@lang('recruit::app.job.jobtype')
@lang('app.all')
@foreach ($jobTypes as $jobType)
{{ ($jobType->job_type) }}
@endforeach
@lang('recruit::app.job.workexperience')
@lang('app.all')
@foreach ($workExperiences as $workExperience)
{{ ($workExperience->work_experience) }}
@endforeach
@lang('recruit::modules.job.job') @lang('app.category')
@lang('app.all')
@foreach ($jobCategories as $jobCategory)
{{ ($jobCategory->category_name) }}
@endforeach
@lang('recruit::modules.front.remoteJob')
@lang('app.all')
@lang('recruit::modules.front.remoteJob')
@lang('app.apply')
@lang('app.clearFilters')
@forelse($locations as $locationData) @if(!is_null($locationData->job))
{{ $locationData->job->title }}
{{ $locationData->job->jobType->job_type }}
{{ isset($locationData->job->team->team_name) ? $locationData->job->team->team_name : null; }}
{{ ucwords($locationData->location->location) }}
@lang('recruit::modules.joboffer.jobDetails')
@lang('recruit::modules.front.apply')
@endif @empty
@endforelse
@if ($firstJob == '')
@else
{{ $firstJob->title }}
@lang('recruit::modules.front.apply')
@lang('recruit::modules.front.skill')
@foreach ($firstJob->skills as $job_skill)
{{ $job_skill->skill->name }} @if(!$loop->last) • @endif
@endforeach
@endif
@endsection @push('scripts') @endpush @endif