@extends('layout.container') @section('title', $vacancy->title) @section('meta_tags', $vacancy->meta_tags) @section('meta_description', $vacancy->meta_description) @section('footer_js') @endsection @section('dynamicdata')

{!! $vacancy->heading !!}

{!! $vacancy->description !!}

Apply For Job

@if($vacancy->deadline < date('Y-m-d'))
This job has been expired.
@endif
@include('layout.alert')
Only pdf and doc files are allowed.
{!! csrf_field() !!}
@include('layout.sidebar')
@stop