@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.apply') @lang('app.clearFilters')
@if ($firstJob == '') @else
{{--

{{ $firstJob->title }}

@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