@extends('layouts.generic') {{-- SEO, Schema & Share --}} @section('page_title', $company->name) @section('share_url', route('company.get', ['slug' => $slug])) @section('share_title', $company->name . '-' .getSetting('site.name')) @section('share_description', SEOSchemaHelper::getDescriptionExcerpt($company->description)) @section('share_type', 'article') @section('share_img', GenericHelper::getOGMetaImage()) @section('meta') {!! SEOSchemaHelper::organization($company) !!} @stop @section('styles') {!! Minify::stylesheet([ ])->withFullUrl() !!} @stop @section('scripts') {!! Minify::javascript([ ])->withFullUrl() !!} @stop @section('content')