@extends('layout.container') @section('title', $seo->title) @section('meta_tags', $seo->meta_tags) @section('meta_description', $seo->meta_description) @section('footer_js') @endsection @section('dynamicdata') Career Home Career Software Development # Job Title Deadline @foreach($vacancies as $index=>$vacancy) {!! $index+1 !!} {!! $vacancy->heading !!} {!! $vacancy->deadline !!} @endforeach @include('layout.sidebar') @stop