@extends('layouts.public') @section('title', 'Checkout') @section('content')

{{ __('Redirecting to checkout...') }}

{{ __('Preparing your subscription for:') }} {{ $plan->name }}

@endsection