{{-- * JobClass - Job Board Web Application * Copyright (c) BeDigit. All Rights Reserved * * Website: https://laraclassifier.com/jobclass * * LICENSE * ------- * This software is furnished under a license and may be used and copied * only in accordance with the terms of such license and with the inclusion * of the above copyright notice. If you Purchased from CodeCanyon, * Please read the full License from here - http://codecanyon.net/licenses/standard --}} @extends('layouts.master') @section('search') @parent @includeFirst([config('larapen.core.customizedViewPath') . 'search.inc.form', 'search.inc.form']) @includeFirst([config('larapen.core.customizedViewPath') . 'search.inc.breadcrumbs', 'search.inc.breadcrumbs']) @includeFirst([config('larapen.core.customizedViewPath') . 'layouts.inc.advertising.top', 'layouts.inc.advertising.top']) @endsection @section('content') @includeFirst([config('larapen.core.customizedViewPath') . 'common.spacer', 'common.spacer'])
img
{!! $company->description !!}
@if (!empty($colContact))

{{ t('Contact Information') }}

@if (isset($company->address) and !empty($company->address))
{{ t('Address') }}:
{!! $company->address !!}
@endif @if (isset($company->phone) and !empty($company->phone))
{{ t('phone') }}:
{{ $company->phone }}
@endif @if (isset($company->mobile) and !empty($company->mobile))
{{ t('Mobile Phone') }}:
{{ $company->mobile }}
@endif @if (isset($company->fax) and !empty($company->fax))
{{ t('Fax') }}:
{{ $company->fax }}
@endif @if (isset($company->website) and !empty($company->website))
{{ t('Website') }}:
{!! $company->website !!}
@endif
@endif
{{-- Nav tabs --}}

{{ $count->get('all') }} {{ t('Jobs Found') }}

{{-- Mobile Filter bar --}}
{{-- Tab Filter --}}
@includeFirst([config('larapen.core.customizedViewPath') . 'search.inc.posts.template.list', 'search.inc.posts.template.list'])
{!! (isset($links)) ? $links : '' !!}
{{-- Advertising --}} @includeFirst([config('larapen.core.customizedViewPath') . 'layouts.inc.advertising.bottom', 'layouts.inc.advertising.bottom'])
@endsection