@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

--}}
@csrf

Payment Details

{{-- --}}
{{-- --}}
@include('front.layouts.app-footer') @endsection @section('custom-js') {{-- --}} @endsection