@extends(backpack_view('blank')) @php if (!isset($callforproposal)) { $callforproposal = $entry; } @endphp @section('header')
Revenir à la liste des candidatures
@if($previousApplicationId) Précédent @endif {{ $currentApplicationPosition }}/{{$applicationCount}} @if($nextApplicationId) Suivant @endif
Candidature de {{ $applicant->fullname }} à {{ $callforproposal->title }} @endsection @section('content')
{{-- /.box --}}

{{ $applicationTitle }}

Réponse dossier

@foreach ($applicationAnswerFields as $field) @if (!$field->is_visible_to_jury) @continue @endif @php $answer = $application ->answers() ->where('application_field_id', '=', $field->id) ->first(); @endphp @endforeach
@if (count($coApplicants) > 0)

Co-candidats

@foreach ($coApplicants as $coApplicant)
@endforeach
@endif
@endsection