@extends('admin.layouts.admin_layout') @push('css') @endpush @section('content')
@include('flash::message') {{-- Company overview card --}}{{ $company->getIndustry('industry') }}
@endif{{ __('Member Since') }}, {{ $company->created_at->format('M d, Y') }}
@if($company->location){{ $company->location }}
@endif{{ \Illuminate\Support\Str::limit($company->website, 40) }}
@elseURL not present in profile
@endif @if($company->getSocialNetworkHtml())