@extends('layouts.app') @section('content')

{{translate('Stripe Payment')}}

@csrf

{{translate('Payment Details')}}

{{translate('Please correct the errors and try again.')}}
@endsection @section('script') @endsection