@extends('layouts.master') @section('title', 'Gallery') @section('parentPageTitle', 'Pages') @section('page-style') @include('grh_views.coupures.style_css') @stop @section('content')

Selectionner un employé

@if(Auth()->user()->roles()->whereIn('role_id', [1,45,46,47])->exists()) Tous les contrats Tous les Employés Tous les dossiers Changer les Documents
@endif @if (session()->has('success'))
{{ session()->get('success') }}
@elseif (session()->has('error'))
{{ session()->get('error') }}
@endif @if ($errors->any())
@endif

Les documents du dossier de: {{$dossierInfo->name}}

@if (pathinfo($dossierInfo->diplome, PATHINFO_EXTENSION) != 'pdf')

DIPLOME

diplome
@endif @if (pathinfo($dossierInfo->cv, PATHINFO_EXTENSION) != 'pdf')

CURRICULUM VITAE

cv
@endif @if (pathinfo($dossierInfo->lettre, PATHINFO_EXTENSION) != 'pdf')

LETTRE DE MOTIVATION

lettre
@endif @if (pathinfo($dossierInfo->cni, PATHINFO_EXTENSION) != 'pdf')

CARTE NATIONALE D'IDENTITE

cni
@endif @if (pathinfo($dossierInfo->ident_complete, PATHINFO_EXTENSION) != 'pdf')

ATTESTATION D'IDENTITE COMPLETE

identite complete
@endif @if (pathinfo($dossierInfo->extrait_naissance, PATHINFO_EXTENSION) != 'pdf')

EXTRAIT D'ACTE DE NAISSANCE

extrait_naissance
@endif @if (pathinfo($dossierInfo->certf_apt_physique, PATHINFO_EXTENSION) != 'pdf')

CERTIFICAT D'APTITUDE PHYSIQUE

extrait_naissance
@endif @if (pathinfo($dossierInfo->attest_comp_famill, PATHINFO_EXTENSION) != 'pdf')

ATTESTATION DE COMPOSITION FAMILLIALE

attest_comp_famill
@endif @if (pathinfo($dossierInfo->attest_comp_famill, PATHINFO_EXTENSION) != 'pdf')

PHOTO PASSPORT

photo_passport
@endif @if (pathinfo($dossierInfo->casier_judi, PATHINFO_EXTENSION) != 'pdf')

CASIER JUDICIAIRE

casier_judi
@endif
@if (pathinfo($dossierInfo->lettre, PATHINFO_EXTENSION) === 'pdf') @endif @if (pathinfo($dossierInfo->diplome, PATHINFO_EXTENSION) === 'pdf') @endif @if (pathinfo($dossierInfo->cv, PATHINFO_EXTENSION) === 'pdf') @endif @if (pathinfo($dossierInfo->cni, PATHINFO_EXTENSION) === 'pdf') @endif @if (pathinfo($dossierInfo->ident_complete, PATHINFO_EXTENSION) === 'pdf') @endif @if (pathinfo($dossierInfo->extrait_naissance, PATHINFO_EXTENSION) === 'pdf') @endif @if (pathinfo($dossierInfo->attest_comp_famill, PATHINFO_EXTENSION) === 'pdf') @endif @if (pathinfo($dossierInfo->casier_judi, PATHINFO_EXTENSION) === 'pdf') @endif @if (pathinfo($dossierInfo->certf_apt_physique, PATHINFO_EXTENSION) === 'pdf') @endif
@stop @section('page-script') @include('grh_views.coupures.style_js') @stop