@if (auth()->check())
@if (auth()->user()->id == $company->user_id)
{{ t('Edit') }}
@endif
@endif
{{ $company->name }}
{!! $company->description !!}
@if (isset($company->linkedin) and !empty($company->linkedin))
@endif
@if (isset($company->facebook) and !empty($company->facebook))
@endif
@if (isset($company->twitter) and !empty($company->twitter))
@endif
@if (isset($company->pinterest) and !empty($company->pinterest))
@endif
@if (!empty($colContact))
@endif
{{-- Nav tabs --}}
{{ $count->get('all') }} {{ t('Jobs Found') }}
{{-- Mobile Filter bar --}}
{{-- Tab Filter --}}
{!! (isset($htmlTitle)) ? $htmlTitle : '' !!}
@if (!empty(request()->all()))
{{ t('Clear all') }}
@endif
@includeFirst([config('larapen.core.customizedViewPath') . 'search.inc.posts.template.list', 'search.inc.posts.template.list'])
@if (request()->filled('q') and request()->get('q') != '' and $count->get('all') > 0)
{{ t('Save Search') }}
@else
@endif
{{-- Advertising --}}
@includeFirst([config('larapen.core.customizedViewPath') . 'layouts.inc.advertising.bottom', 'layouts.inc.advertising.bottom'])