@extends('layouts.app') @section('content')
You will be charged ${{ number_format($plan->price, 2) }} for {{ $plan->name }} Plan
@csrf

@endsection