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

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

{{__('Plan:')}} ${{ number_format($plan->price, 2) }} {{__('for')}} {{ $plan->name }} {{__('Plan')}}
@if(isset($addon_services) && count($addon_services) > 0) {{__('Add-on Services:')}}{{ $services_txt }} @endif
@csrf
@endsection @section('footer_scripts') @endsection