@extends('Frontend.layouts.master') @push('js') @endpush @section('web') @include('Frontend.pages.employer.breadcrumbs', ['title' => $profile->company_name])
@if($profile->getFirstMediaUrl('employer_icon')) @else @endif

{{ $profile->company_name }}

@if($profile->simple_province) {{$profile->simple_province}}, @endif @if($profile->country) {{$profile->country->getTranslations($language_id, "title")}} @endif
  • {{__('frontend.active_jobs')}} {{$jobs->count()}}
  • @if($profile->phone)
  • @if($profile->phoneCode) ({{ $profile->phoneCode->country_code }}) @endif {{$profile->phone}}
  • @endif @if($profile->fax)
  • @if($profile->phoneCode) ({{ $profile->phoneCode->country_code }}) @endif {{$profile->phone}}
  • @endif

{{__('frontend.profile')}}

{!! $profile->content !!}
@if ($jobs->count() > 0)

{{__('frontend.jobs_from')}} {{ $profile->company_name}}

@foreach ($jobs as $job)

{{$job->getTranslations($language_id, "name")}}

@if ($job->country)
{{$job->country->getTranslations($language_id, "title")}} @if (\Carbon\Carbon::parse($job->expiry_date)->format('Y-m-d') < \Carbon\Carbon::now()->format('Y-m-d'))
{{__('frontend.expired')}} @endif
@endif
{{\Carbon\Carbon::parse($job->post_date)->format('M d, Y')}}
@endforeach
@if ($jobs->lastPage() > 1) {{ $jobs->appends(request()->query())->links('vendor.pagination.frontend-pagination') }} @endif
@endif
@endsection @section('seo_title') -{{$profile->company_name}} @endsection