@extends('user.layouts.app') @section('page_title') {{(!empty($page_title) && isset($page_title)) ? $page_title : ''}} @endsection @push('head-scripts') @endpush @section('content') @include('user.applicants.inc.topMenu')
@if(count($openPosition) > 0) @foreach($openPosition as $position)

Not Applied

{{$position->jobCatalogue->title}}

{{$position->jobCatalogue->short_description}}

Deadline: {{$position->end_date}}

Apply
@endforeach @else
@endif
@endsection @push('footer-scripts') @endpush