@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 }}

Your transfer entered the grace period

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.

@else

Deletion reminder

@if($daysRemaining === 1) Files deleted tomorrow @else {{ $daysRemaining }} days remaining @endif

@if($daysRemaining === 1) Your files will be deleted tomorrow @else {{ $daysRemaining }} days left to save your transfer @endif

{{ $transfer->title }} is still in the grace period. Top up your wallet so we can renew storage before the files are removed.

@endif

Transfer details

@if($graceEnds)
@endif

Or view this transfer in Ladill Transfer.

@endsection