Plans d'abonnement
Nouveau plan
@if ($plans->count() > 0) @foreach($plans as $key => $plan) @endforeach @else @endif
# Nom Prix Durée Limite commandes Statut Actions
{{ $key + 1 }} {{ $plan->name }} {{ number_format($plan->price, 0, ',', ' ') }} FCFA {{ $plan->duration }} jours {{ $plan->max_commandes ?? 'Illimité' }} {{ $plan->status ? 'Actif' : 'Inactif' }}
Aucun plan trouvé.
{{ $plans->links() }}