@extends('frontend.bigbag.layouts.app') @push('css') @endpush @section('content') {{ __('Payment With Stripe') }} {{ __('Home') }} {{ __('stripe') }} @csrf {{ __('Credit or debit card') }} {{ __('Make Payment With Stripe') }} ({{ amount_format($amount) }}) {{ $description }} @endsection @push('js') @endpush
{{ $description }}