@extends('front.layouts.app', ['title' => 'Stripe Payment']) @section('content') @include('front.layouts.app-header') @section('header-js') {{-- --}} @endsection Make the Payment & Cheers Your Wine. @if (Session::has('success')) × {{ Session::get('success') }} @endif {{-- Payment Details @csrf Name on Card Card Number Month Year CVC Pay Now ($ {{$order->total}} ) --}} @csrf Payment Details Name on Card Card Number Expiration Date CVC {{-- --}} Pay Now (${{ $order->total }}) Your payment is ounder processing, Please wait a while. {{-- --}} @include('front.layouts.app-footer') @endsection @section('custom-js') {{-- --}} @endsection
{{ Session::get('success') }}