@extends('frontend.layouts.app') @section('title', __('applications')) @section('main')

{{ __('short_listed') }} ({{ $applications->total() }})

@if ($applications->count() > 0) @foreach ($applications as $application) @endforeach @else @endif
{{ strtoupper(__('candidate')) }} {{ strtoupper(__('location')) }} {{ strtoupper(__('experience')) }} {{ strtoupper(__('action')) }}
{{ $application->candidate->exact_location ? $application->candidate->exact_location: $application->candidate->full_address }}
{{ $application->candidate->experience->name }}
@csrf
{{ __('view_profile') }}
@if ($applications->total() > $applications->count()) @endif
@endsection @section('frontend_links') @endsection @section('script') @endsection