@extends('layouts.master') @section('css') @endsection @section('contents') {{ __('trans.payment-confirmation') }} {{ __('trans.amount-to-pay') }} : {{ number_format($totalPrice, 2) }}$ {{ __('trans.confirm-payment') }} @endsection @section('js') @endsection
{{ __('trans.amount-to-pay') }} : {{ number_format($totalPrice, 2) }}$