@extends('admin.layouts.app') @section('title') {{ __($company->user->name) }} @endsection @section('content')
{{ $company->user->email }}
@if ($company->user->socialInfo && $company->user->socialInfo->count() > 0){{ __('establishment_date') }}
{{ __('team_size') }}
{{ __('industry_type') }}
{{ __('country') }}
{{ __('website') }}
{{ $company->website ? $company->website : '' }}{{ __('phone') }}
{{ $company->user->contactInfo->phone }}{{ __('contact_email') }}
{{ $company->user->contactInfo->email }}{!! nl2br($company->bio) !!}
{!! nl2br($company->vision) !!}
| {{ __('job') }} | {{ __('category') }}/{{ __('role') }} | {{ __('salary') }} | {{ __('deadline') }} | {{ __('status') }} | @if (userCan('job.update') || userCan('job.delete')){{ __('action') }} | @endif
|---|---|---|---|---|---|
{{ $job->title }}{{ $job->title }} @if ($job->is_remote) ยท {{ __('remote') }} @endif |
{{ $job->category->name }}{{ $job->role->name }} |
@if ($job->salary_mode == 'range')
{{ getFormattedNumber($job->min_salary) }} - {{ getFormattedNumber($job->max_salary) }} {{ currentCurrencyCode() }}@else{{ $job->custom_salary }}@endif{{ $job->salary_type->name }} |
{{ date('j F, Y', strtotime($job->deadline)) }} | @if (userCan('job.update'))
@if ($job->status == 'pending')
@endif
@if ($job->status == 'active' || $job->status == 'expired')
@endif
|
@endif
{{ __('view_details') }} |