{{-- @extends('layouts.masteremployee') --}} @extends('layouts.master') @section('title', 'Express54') @section('content')
@csrf {{-- @method('PUT') --}} @lang('messages.back')
@php $filePath = storage_path('app/public/uploads/' . $applicationInfo->photo); @endphp @if (file_exists($filePath) && $applicationInfo->photo) @if (pathinfo($applicationInfo->photo, PATHINFO_EXTENSION) == 'pdf') @else image @endif @else

Aucune photo disponible.

@endif
@php $filePath = storage_path('app/public/uploads/' . $applicationInfo->copy_baccalaureat_attestation_reussite); @endphp @if (file_exists($filePath) && $applicationInfo->copy_baccalaureat_attestation_reussite) @if (pathinfo($applicationInfo->copy_baccalaureat_attestation_reussite, PATHINFO_EXTENSION) == 'pdf') @else image @endif @else

Aucun document disponible.

@endif
@php $filePath = storage_path('app/public/uploads/' . $applicationInfo->copy_dernier_diplome); @endphp @if (file_exists($filePath) && $applicationInfo->copy_dernier_diplome) @if (pathinfo($applicationInfo->copy_dernier_diplome, PATHINFO_EXTENSION) == 'pdf') @else image @endif @else

Aucune photo disponible.

@endif
@php $filePath = storage_path('app/public/uploads/' . $applicationInfo->attestion_engagement); @endphp @if (file_exists($filePath) && $applicationInfo->attestion_engagement) @if (pathinfo($applicationInfo->attestion_engagement, PATHINFO_EXTENSION) == 'pdf') @else image @endif @else

Aucun document disponible.

@endif
@php $filePath = storage_path('app/public/uploads/' . $applicationInfo->certificat_scolarite); @endphp @if (file_exists($filePath) && $applicationInfo->certificat_scolarite) @if (pathinfo($applicationInfo->copy_dernier_diplome, PATHINFO_EXTENSION) == 'pdf') @else image @endif @else

Aucun document disponible.

@endif
@php $filePath = storage_path('app/public/uploads/' . $applicationInfo->copy_of_password_cni); @endphp @if (file_exists($filePath) && $applicationInfo->copy_of_password_cni) @if (pathinfo($applicationInfo->copy_of_password_cni, PATHINFO_EXTENSION) == 'pdf') @else image @endif @else

Aucun document disponible.

@endif
@php $filePath = storage_path('app/public/uploads/' . $applicationInfo->copy_rib); @endphp @if (file_exists($filePath) && $applicationInfo->copy_rib) @if (pathinfo($applicationInfo->copy_dernier_diplome, PATHINFO_EXTENSION) == 'pdf') @else image @endif @else

Aucun document disponible.

@endif
@php $filePath = storage_path('app/public/uploads/' . $applicationInfo->attestion_bourse_secour); @endphp @if (file_exists($filePath) && $applicationInfo->attestion_bourse_secour) @if (pathinfo($applicationInfo->copy_dernier_diplome, PATHINFO_EXTENSION) == 'pdf') @else image @endif @else

Aucun document disponible.

@endif
@if ($application->status === 'Approved')
@elseif($application->status === 'Denied')
@endif
@endsection