@extends('mail.notifications.layout') @section('content') @php $graceEnds = $transfer->grace_ends_at; $monthlyCost = number_format($transfer->monthlyCostGhs(), 2); @endphp @if($milestone === 'grace_entered')
Payment required
{{ $transfer->title }}
We could not renew storage for {{ $transfer->title }} because your Ladill wallet balance was too low. Your files are still available for now, but they will be deleted unless payment is received.
@elseDeletion reminder
@if($daysRemaining === 1) Files deleted tomorrow @else {{ $daysRemaining }} days remaining @endif
{{ $transfer->title }} is still in the grace period. Top up your wallet so we can renew storage before the files are removed.
@endifTransfer details
Monthly storage cost
GHS {{ $monthlyCost }}
Files kept until
{{ $graceEnds->format('F j, Y') }}
| Top up wallet |
Or view this transfer in Ladill Transfer.
@endsection