@extends('layouts.main') @section('content')
@include('modules.inscriptions.menu')
{{--
--}}

Liste des inscrits en {{ date('Y') }} > {{ $et->et_civilite }} {{ $et->et_prenom }} {{ $et->et_nom }}

@if( $et->insc_statut==='CREE') Valider le modalité de paiement @elseif( $et->insc_statut==='MP_VALIDE') imprimer le contrat @endif
{{--
--}}

Nom de la mère : {{ $et->et_nom_mere}}

Né(e) le, {{ date('d-m-Y', strtotime($et->et_datenaissance))}}

Né(e) à, {{ $et->et_lieunaissance }}

Situation : {{ $et->et_situation_pro}}

Profession : {{ $et->et_situation_pro_travail}}

Portable : {{ $et->et_portable}}

Email : {{ $et->et_email}}

Personne de contact : {{ $et->et_personne_contact}} ( {{ $et->et_tel_contact1}})


Formation actuel : {{ $et->cl_type}} {{ $et->cl_cycle}} {{ $et->cl_nom}}

Inscrit depuis le, {{ date('d-m-Y h:i:s', strtotime($et->et_date_inscription))}}

Modifier @if( $et->et_statut == 'ACTIF') Abondant @elseif( $et->et_statut == 'ABONDANT') Ré-Activer @endif
@if( $et->insc_statut==='CREE')
@csrf
@endif
Liste des écheances à payer @php $total=0; @endphp @foreach ($inscriptions_echeances as $echeances) @php $total=$total + $echeances->ins_e_montantapaye; @endphp @endforeach
ID Période Type Montant à payer A payer avant Action
{{ $echeances->ins_e_id }} {{ $echeances->ins_e_periode }} {{ $echeances->ins_e_type }} {{ $echeances->ins_e_montantapaye }} fdj {{ date('d/m/Y', strtotime($echeances->ins_e_datelimite ))}} @if( $et->insc_statut==='CREE') @endif
{{ csrf_field() }}

Total à payer : {{ $total }} fdj

@if( $et->insc_statut==='MP_VALIDE')
{{ csrf_field() }}
CADRE RESERVE A L’ADMINISTRATION


@endif
@endsection