Skip to content

Commit

Permalink
adding updates to subscription view
Browse files Browse the repository at this point in the history
  • Loading branch information
tnylea committed Oct 7, 2024
1 parent d10e0f6 commit aeda05d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions resources/themes/anchor/pages/settings/subscription.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,10 @@ public function mount(): void

<div class="relative w-full h-auto">
<x-app.alert id="no_subscriptions" :dismissable="false" type="success">
<x-phosphor-seal-check-duotone class="flex-shrink-0 mr-1.5 -ml-1.5 w-6 h-6" />
<span>You are currently subscribed to the {{ auth()->user()->plan()->name }} {{ auth()->user()->planInterval() }} Plan.</span>
<div class="flex items-center w-full">
<x-phosphor-seal-check-duotone class="flex-shrink-0 mr-1.5 -ml-1.5 w-6 h-6" />
<span>You are currently subscribed to the {{ auth()->user()->plan()->name }} {{ auth()->user()->planInterval() }} Plan.</span>
</div>
</x-app.alert>
<p class="my-4">Manage your subscription by clicking below. Edit this page from the following file: <x-code-inline>resources/views/{{ $theme->folder }}/pages/settings/subscription.blade.php</x-code-inline></p>
@if (session('update'))
Expand Down

0 comments on commit aeda05d

Please sign in to comment.