@extends('admin.layouts.admin_layout') @push('css') @endpush @section('content')


@include('flash::message')
{{$company->printCompanyImage()}}
{{$company->name}}
{{$company->getIndustry('industry')}}
{{__('Member Since')}}, {{$company->created_at->format('M d, Y')}}
{{$company->location}}
@if(!empty($company->phone)) @endif @if(!empty($company->email)) @endif @if(!empty($company->website) && filter_var($company->website, FILTER_VALIDATE_URL) !== FALSE) @else URL not present in profile @endif
{!!$company->getSocialNetworkHtml()!!}

{{__('About Company')}}

{!! $company->description !!}

{{__('Job Openings')}}