@extends('website.layouts.app') @section('title', __('applications')) @section('main')
| {{ strtoupper(__('candidate')) }} | {{ strtoupper(__('location')) }} | {{ strtoupper(__('experience')) }} | {{ strtoupper(__('action')) }} |
|---|---|---|---|
|
{{ $application->candidate->user->name }}
@if ($application->candidate->profession)
{{ ucfirst($application->candidate->profession->name) }}
@endif
|
{{ $application->candidate->full_address }}
|
{{ $application->candidate->experience->name }}
|