@extends('website.layouts.app') @section('description'){{ strip_tags($job->description) }}@endsection @section('og:image'){{ $job->company->logo_url }}@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 = currentCurrency()->code; $min_salary = $job->max_salary ? currencyConversion($job->max_salary, $currency, "USD"):0; $max_salary = $job->max_salary ? currencyConversion($job->max_salary, $currency, "USD"):0; @endphp @endsection @section('main') @php $lat = $job->lat; $long = $job->long; @endphp
{{ $job->salary_type->name }} {{ __('based') }}
{{ __('worldwide') }}
{{ $job->full_address }}