@extends('layouts.customer') @section('content')

Choose Payment Method

{{ $subscription->plan->name }}

£{{ number_format($subscription->fee, 2) }}

@csrf
@csrf
@endsection