@extends('frontend.inc.layout-front') @section('title') Choix Categorie || {{ env('APP_NAME') }} @endsection @section('container')
@csrf
@mobile()

Etape 2 : Choix des rubriques de paiement

@endmobile @desktop

Etape 2 : Choix des rubriques de paiement

@enddesktop
DM403 CoCo2023    Inscription LIONS  
{{--
{{ $rubrique->libelle }}
--}}

@foreach (getTarification($rubrique->id, $categorie_lions->id) as $tarification)     date_fin) {{ $rubrique->date_fin <= date('Y-m-d H:i:s') ? 'disabled' : '' }} @endif value="{{ $tarification->id }}" name="package[]" />  {{ $tarification->getTyperubrique->libelle }} : {{ number_format($tarification->getGrilletarifaire->montant, 0, ',', '.') }} F CFA
@endforeach

  
@endsection @section('jsScript') @endsection