@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
{{__('About Company')}}
{!! $company->description !!}