@extends(backpack_view('blank')) @section('header')

Renew Subscription

@endsection @section('content')

{{ $subscription->customer_name }}

@csrf
Current expiry: {{ optional($subscription->next_anniversary)->format('Y-m-d') ?? 'N/A' }}
Cancel
@endsection