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

Votre panier

@endsection @section('content')
@if($errors->has('api'))
{{ $errors->first('api') }} @if($errors->has('api_details'))
{{ $errors->first('api_details') }} @endif
@endif

Récapitulatif de votre commande

@csrf
Club : {{ucfirst($club->name)}}
@if ($product->type == 'counter') @include('login.shopping.forfait') @elseif($product->type == 'subscription') @include('login.shopping.abonnement') @else @include('login.shopping.forfait') @endif
@endsection @section('js') @endsection