@extends('website.layouts.master') @section('title', 'Jobs') @section('pagecss') @endsection @section('content') @yield('title') @if(isset($path)) @foreach($path as $item) {{$parent->locale->title}} {{$item->title}} @endforeach @else @lang("tr.Home") @yield('title') @endif @lang('tr.Title') @lang('tr.Required Specializations') @lang('tr.Submission Due Date') @endsection @section('pagejs') @endsection