@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($application) > 0) @foreach($application as $app)
{{--
--}} {{-- ...--}} {{--
--}}

Applied

{{$app->job->jobCatalogue->title}}

{{$app->job->jobCatalogue->short_description}}

Deadline: {{$app->job->end_date}}

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