@extends('frontend.inc.layout-front') @section('title') Choix Rubrique LIONS || {{ env('APP_NAME') }} @endsection {{-- --}} @section('container') @if ($errors->any()) Error! @foreach ($errors->all() as $error) {{ $error }} @endforeach @endif @csrf @mobile() Etape 2 : Choix des rubriques de paiement Inscription LIONS @foreach (getTarification($rubrique->id, $categorie_lions->id) as $tarification) @if (checkData($inscrit->id,$tarification->getTyperubrique->id,$tarification->grilletarifaire_id)) date_fin) {{ $rubrique->date_fin <= date('Y-m-d H:i:s') ? 'disabled' : '' }} @endif value="{{ $tarification->id }}" name="package[]" checked disabled /> @else @if ($tarification->getTyperubrique->code == "INSC") date_fin) {{ $rubrique->date_fin <= date('Y-m-d H:i:s') ? 'disabled' : '' }} @endif value="{{ $tarification->id }}" name="package[]" checked="checked" readonly="readonly" /> @else date_fin) {{ $rubrique->date_fin <= date('Y-m-d H:i:s') ? 'disabled' : '' }} @endif value="{{ $tarification->id }}" name="package[]" /> @endif @endif {{ $tarification->getTyperubrique->libelle }} : {{ number_format($tarification->getGrilletarifaire->montant, 0, ',', '.') }} F CFA @endforeach Informations sur le LIONS Prénoms * Nom * E-mail * Téléphone * Ville * Pays/région * @if ($inscrit->code_iso) {{$inscrit->code_iso ? $inscrit->getPays->nom_pays : ''}} @else {{ $pays->nom_pays }} @endif Type pièce * @if ($inscrit->typepiece_id) {{$inscrit->getTypepiece->libelle}} @foreach ($typepieces as $item) {{ $item->libelle }} @endforeach @else ---Choisissez--- @foreach ($typepieces as $item) {{ $item->libelle }} @endforeach @endif Numéro pièce * Titre * @if ($inscrit->titre) {{$inscrit->titre}} PCG Gvr PVG DVG PDG SD TD C/SMA PR PZ PPR PPZ Président Past-Président Lions @else ---Choisissez--- PCG Gvr PVG DVG PDG SD TD C/SMA PR PZ PPR PPZ Président Past-Président Lions @endif District * @if ($inscrit->district) {{$inscrit->district}} @else District 403 A4 @endif Régions * @if ($inscrit->club_id) {{$inscrit->getClub->getZone->getRegion->libelle}} @foreach ($regions as $item) {{$item->libelle}} @endforeach @else @foreach ($regions as $item) {{$item->libelle}} @endforeach @endif Zone * @if ($inscrit->club_id) {{$inscrit->getClub->getZone->libelle}} @foreach ($zones as $item) {{ $item->libelle }} @endforeach @else @endif Club * @if ($inscrit->club_id) {{$inscrit->getClub->libelle}} @foreach ($clubs as $item) {{ $item->libelle }} @endforeach @else @endif Numéro club * Numéro affiliation * Précédent Suivant @endmobile @desktop Etape 2 : Choix des rubriques de paiement Inscription LIONS @foreach (getTarification($rubrique->id, $categorie_lions->id) as $tarification) @if (checkData($inscrit->id,$tarification->getTyperubrique->id,$tarification->grilletarifaire_id)) date_fin) {{ $rubrique->date_fin <= date('Y-m-d H:i:s') ? 'disabled' : '' }} @endif value="{{ $tarification->id }}" name="package[]" checked disabled /> @else @if ($tarification->getTyperubrique->code == "INSC") date_fin) {{ $rubrique->date_fin <= date('Y-m-d H:i:s') ? 'disabled' : '' }} @endif value="{{ $tarification->id }}" name="package[]" checked="checked" readonly="readonly" /> @else date_fin) {{ $rubrique->date_fin <= date('Y-m-d H:i:s') ? 'disabled' : '' }} @endif value="{{ $tarification->id }}" name="package[]" /> @endif @endif {{ $tarification->getTyperubrique->libelle }} : {{ number_format($tarification->getGrilletarifaire->montant, 0, ',', '.') }} F CFA @endforeach Informations sur le LIONS Prénoms * Nom * E-mail * Téléphone * Ville * Pays/région * @if ($inscrit->code_iso) {{$inscrit->code_iso ? $inscrit->getPays->nom_pays : ''}} @else {{ $pays->nom_pays }} @endif Type pièce * @if ($inscrit->typepiece_id) {{$inscrit->getTypepiece->libelle}} @foreach ($typepieces as $item) {{ $item->libelle }} @endforeach @else ---Choisissez--- @foreach ($typepieces as $item) {{ $item->libelle }} @endforeach @endif Numéro pièce * Titre * @if ($inscrit->titre) {{$inscrit->titre}} PCG Gvr PVG DVG PDG SD TD C/SMA PR PZ PPR PPZ Président Past-Président Lions @else ---Choisissez--- PCG Gvr PVG DVG PDG SD TD C/SMA PR PZ PPR PPZ Président Past-Président Lions @endif District * @if ($inscrit->district) {{$inscrit->district}} @else District 403 A4 @endif Régions * @if ($inscrit->club_id) {{$inscrit->getClub->getZone->getRegion->libelle}} @foreach ($regions as $item) {{$item->libelle}} @endforeach @else @foreach ($regions as $item) {{$item->libelle}} @endforeach @endif Zone * @if ($inscrit->club_id) {{$inscrit->getClub->getZone->libelle}} @foreach ($zones as $item) {{ $item->libelle }} @endforeach @else ---Choisissez--- @endif Club * @if ($inscrit->club_id) {{$inscrit->getClub->libelle}} @foreach ($clubs as $item) {{ $item->libelle }} @endforeach @else @endif Numéro club * Numéro affiliation * Précédent Suivant @enddesktop @endsection @section('jsScript') {{----}} @endsection
@foreach (getTarification($rubrique->id, $categorie_lions->id) as $tarification) @if (checkData($inscrit->id,$tarification->getTyperubrique->id,$tarification->grilletarifaire_id)) date_fin) {{ $rubrique->date_fin <= date('Y-m-d H:i:s') ? 'disabled' : '' }} @endif value="{{ $tarification->id }}" name="package[]" checked disabled /> @else @if ($tarification->getTyperubrique->code == "INSC") date_fin) {{ $rubrique->date_fin <= date('Y-m-d H:i:s') ? 'disabled' : '' }} @endif value="{{ $tarification->id }}" name="package[]" checked="checked" readonly="readonly" /> @else date_fin) {{ $rubrique->date_fin <= date('Y-m-d H:i:s') ? 'disabled' : '' }} @endif value="{{ $tarification->id }}" name="package[]" /> @endif @endif {{ $tarification->getTyperubrique->libelle }} : {{ number_format($tarification->getGrilletarifaire->montant, 0, ',', '.') }} F CFA @endforeach