@extends('admin.crud.callforproposal.application.base') @section('subcontent')

{{ $applicationTitle }}
{{ $application->status->frenchText() }}

@if (backpack_auth()->user()->can("cfp.edit")) @if($application->selections->count()) @endif @endif

Réponse dossier

@foreach ($applicationAnswerFields as $field) @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