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