diff --git a/resources/views/partials/sidebar.blade.php b/resources/views/partials/sidebar.blade.php index 045d431..173b7f6 100644 --- a/resources/views/partials/sidebar.blade.php +++ b/resources/views/partials/sidebar.blade.php @@ -38,10 +38,10 @@ {{ $item['name'] }} @endforeach + @include('partials.sidebar-support')
- @include('partials.sidebar-support') diff --git a/resources/views/qr/account/billing.blade.php b/resources/views/qr/account/billing.blade.php index ecc02e0..78b1551 100644 --- a/resources/views/qr/account/billing.blade.php +++ b/resources/views/qr/account/billing.blade.php @@ -15,7 +15,7 @@ @endphp

Billing

-

Storage is billed monthly at GHS {{ number_format($pricePerGb, 2) }} per GB while each transfer stays active. Renewals debit your Ladill wallet; unpaid transfers are kept for {{ (int) config('transfer.grace_period_days', 15) }} days before deletion.

+

Storage is billed monthly at GHS {{ number_format($pricePerGb, 2) }} per GB while your wallet can pay. Renewals debit your Ladill wallet; unpaid renewals keep files for {{ (int) config('transfer.grace_period_days', 15) }} days before deletion.

diff --git a/resources/views/transfer/transfers/create.blade.php b/resources/views/transfer/transfers/create.blade.php index 3c2b89b..360590f 100644 --- a/resources/views/transfer/transfers/create.blade.php +++ b/resources/views/transfer/transfers/create.blade.php @@ -4,7 +4,7 @@
← All transfers

New transfer

-

Upload files and get a share link + QR code. Storage is billed monthly from your Ladill wallet while the transfer stays active.

+

Upload files and get a share link plus a QR code. Storage is billed monthly at GHS {{ number_format($pricePerGb, 2) }} per GB from your Ladill wallet.

@if(session('error'))