@extends('layouts.themed-app') @section('content')

Complete Payment to Continue

Your 7-day trial has ended. Please provide payment details to continue using TrueTrucker.

@if ($errors->any())
@foreach ($errors->all() as $error)

{{ $error }}

@endforeach
@endif
@csrf
Amount Due ${{ number_format($amount, 2) }}

{{ $subscription->package->name }} • {{ $subscription->last_driver_count }} driver(s)

Card Details
Save card preference

Your card will be saved and used automatically for future renewals.

Back to Dashboard
@endsection