@extends('frontend.inc.layout-front') @section('title') Récapitulatif Paiement || {{ env('APP_NAME') }} @endsection @section('container')

Etape 4 : Récapitulatif Paiement

@csrf
Information sur le lions
Détails paiements

@php $montant_total = 0 @endphp @foreach ($details_paiement as $item) @php $montant_total = $montant_total + $item->montant; @endphp
@endforeach

  
@endsection @section('jsScript') @endsection