Back

@if($job->internal_vacancies) Edit @else Edit @endif Show Map
@if($job->school && $job->school->profile_photo) @else @endif

{{$job->title}}

@if($job->school)

{{$job->school->title}}

@endif
@if($job->internal_vacancies) @if($job->status === 'approved') Approved @elseif($job->status === 'pending') Pending @elseif($job->status === 'declined') Declined @endif @if((Auth::user()->hasRole('admin') || Auth::user()->hasRole('super-admin') || Auth::user()->hasRole('consultant')) && $job->status != 'pending') {{ $job->status == 'approved' ? "Approved by:" : "Declined by"}}
{{ $job->auditedBy->full_name() }} @endif @endif
@if($job->internal_vacancies && (Auth::user()->hasRole('admin') || Auth::user()->hasRole('super-admin') || Auth::user()->hasRole('consultant')))
    @if($job->status != 'approved')
  • Approve
  • @endif @if($job->status != 'declined')
  • Decline
  • @endif
@endif
# @if ($job->city) {{$job->city->title}} @elseif($job->city_model) {{$job->city_model->title}} @endif @if($job->region) / {{$job->region->title}} @endif
@if($job->job_contract_type && count($job->job_contract_type) > 0) @foreach ($job->job_contract_type as $contract_type)
#{{$contract_type->title}}
@endforeach @endif
{{\Carbon\Carbon::parse($job->created_at)->diffForHumans()}}
@if($job->experience)

Experience

{{$job->experience}}

@endif @if($job->job_applied_for && count($job->job_applied_for) > 0)

Work Level

@foreach ($job->job_applied_for as $job_applied)

{{$job_applied->title}}

@endforeach
@endif @if($job->salery_from && (Auth::user()->hasRole('admin') || Auth::user()->hasRole('super-admin') || Auth::user()->hasRole('consultant')))

Offer Salary

${{$job->salery_from}}/ @if($job->salery_to) {{$job->salery_to}} @endif month

@endif
{!!$job->description!!}
@push('modals') {{-- @livewire('dashboard.jobs.partials.models.new-job-model') --}} {{-- @livewire('dashboard.jobs.partials.models.new-vacancie-model') --}} @livewire('dashboard.jobs.partials.models.filter-applicants') @livewire('dashboard.jobs.partials.models.brodbean-job-api-call') @endpush