@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')
blog post

Software Development

@foreach($vacancies as $index=>$vacancy) @endforeach
# Job Title Deadline
{!! $index+1 !!} {!! $vacancy->heading !!} {!! $vacancy->deadline !!}
@include('layout.sidebar')
@stop