@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') Career Detail Home Career {!! $vacancy->heading !!} {!! $vacancy->heading !!} {!! $vacancy->description !!} Apply For Job @if($vacancy->deadline < date('Y-m-d')) This job has been expired. @endif @include('layout.alert') Full Name * Email * Phone Number * Current Company Resume / CV * Only pdf and doc files are allowed. {!! csrf_field() !!} Apply Now @include('layout.sidebar') @stop