@extends('layouts.generic') {{-- SEO, Schema & Share --}} @section('page_title', __('Preview your new job listing')) @section('share_url', route('jobs.preview')) @section('share_title', __('Preview your new job listing') . '-' .getSetting('site.name')) @section('share_description', getSetting('site.description')) @section('share_type', 'article') @section('share_img', GenericHelper::getOGMetaImage()) @section('meta') @stop @section('styles') {!! Minify::stylesheet([ ])->withFullUrl() !!} @stop @section('scripts') {!! Minify::javascript([ ])->withFullUrl() !!} @stop @section('content') @include('uploaded-file-preview-template')
@include('elements.create.steps-indicator',['step' => 2])
@if(session('jobRequest')) @include('elements.create.preview-component') @else

{{__("Job preview could not be generated. Please go back and make sure you've filled in the job & company fields properly.")}}

@endif
@stop