@extends($theme.'frontend.layouts.master') @section('title', __('Stripe')) @section('content') {{__('Stripe Payment')}} @csrf {{__('Name on Card')}} {{__('Card Number')}} {{__('CVC')}} {{__('Expiration Month')}} {{__('Expiration Year')}} {{__('Please correct the errors and try again.')}} {{__('Pay Now')}} @stop @section('script') @endsection