@extends('frontend.layouts.app') @section('description') {{ strip_tags($job->description) }} @endsection @section('og:image') @if ($job->company) {{ $job->company->logo_url }} @endif @endsection @section('title') {{ $job->title }} @endsection @section('ld-data') @php $employment_type = App\Services\Jobs\GoogleJobPostingFormatter::formatJobType(optional($job->job_type)->slug ?? ''); $salary_type = App\Services\Jobs\GoogleJobPostingFormatter::formatSalaryType($job->salary_type->slug); $currency = currentCurrencyCode(); $min_salary = $job->max_salary ? currencyConversion($job->max_salary, $currency) : 0; $max_salary = $job->max_salary ? currencyConversion($job->max_salary, $currency) : 0; @endphp @endsection @section('main') @php $lat = $job->lat; $long = $job->long; @endphp
{{ $job->salary_type->name }} {{ __('based') }}
{{ __('worldwide') }}
{{ $job->exact_location ? $job->exact_location : $job->full_address }}
{{ $job->exact_location ? $job->exact_location : $job->full_address }}