@extends('frontend.layout.app') @section('seo_title') {{ $other_page_item->company_listing_page_title }} @endsection @section('seo_meta_description') {{ $other_page_item->company_listing_page_meta_description }} @endsection @section('main_content')

{{ $company_single->company_name }}

{{ $company_single->rCompanyIndustry->name }}
{{ $company_single->rCompanyLocation->name }}
@if ($company_single->phone != null)
{{ $company_single->phone }}
@endif
{{ $company_single->r_job_count }} Open Positions
@if ( $company_single->facebook != null || $company_single->twitter != null || $company_single->linkedin != null || $company_single->instagram != null) @endif

About Company

{!! $company_single->description !!}
@if ( $company_single->oh_mon != null || $company_single->oh_tue != null || $company_single->oh_wed != null || $company_single->oh_thu != null || $company_single->oh_fri != null || $company_single->oh_sat != null || $company_single->oh_sun != null)

Opening Hours

Monday {{ $company_single->oh_mon }}
Tuesday {{ $company_single->oh_tue }}
Wednesday {{ $company_single->oh_wed }}
Thursday {{ $company_single->oh_thu }}
Friday {{ $company_single->oh_fri }}
Saturday {{ $company_single->oh_sat }}
Sunday {{ $company_single->oh_sun }}
@endif @if ($company_photos != '')

Photos

@foreach ($company_photos as $item) @endforeach
@endif @if ($company_videos != '')

Videos

@foreach ($company_videos as $item) @endforeach
@endif

Open Positions

Company Overview

@if ($company_single->address != null) @endif @if ($company_single->phone != null) @endif @if ($company_single->country != null) @endif @if ($company_single->website != null) @endif
Contact Person: {{ $company_single->person_name }}
Industry: {{ $company_single->rCompanyIndustry->name }}
Location: {{ $company_single->rCompanyLocation->name }}
Company Size: {{ $company_single->rCompanySize->name }}
Address: {{ $company_single->address }}
Founded On: {{ $company_single->founded_on }}
Email: {{ $company_single->email }}
Phone: {{ $company_single->phone }}
Country: {{ $company_single->country }}
Website: {{ $company_single->website }}
@if ($company_single->map_code != null)

Location Map

{!! $company_single->map_code !!}
@endif

Contact Company

@csrf
@endsection