@extends('layouts.login') @section('nav') @include('header.login') @endsection @section('title')

Votre panier

@endsection @section('content')

Paiement

@csrf
Choix du club : {{ucfirst($club->name)}}
Votre choix : {{$product->name}}

A payer

Paiement par carte bancaire Paiement CB

@if ($product->offre->sousOffres->count() > 0)

{{$product->offre->sousOffresTotalPriceTI()}} €

@else

{{$product->offre->priceTI}} €

@endif
@endsection @section('js') @endsection