{{-- @extends('layouts.masteremployee') --}} @extends('layouts.master') @section('title', 'Express54') @section('content')
@if (Session('error')) @endif @if (Session('success')) @endif
@csrf @method('PUT') @if ($userRole !== 'user') @lang('messages.back') @elseif($userRole === 'user') @lang('messages.back') @endif
@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 ($userRole !== 'user') @endif
@csrf


@if ($application->service_selected == 1) @endif @if ($userRole !== 'user') @endif
@csrf


@endsection