@extends('layouts.main') @section('title', 'Nomadic Studios | Payment') @section('content')

{{__('Add credit card')}}

{{__('You will be charged')}} ${{ number_format($amount, 2) }} {{__('for')}} {{ $points }}pts
@csrf
@endsection @section('footer_scripts') @endsection