@if (! $order->proof_file)
{{ __('The order is currently being processed. For expedited processing, kindly upload a copy of your payment proof:') }}
@else
{{ __('You have uploaded a copy of your payment proof.') }}
{{ __('Or you can upload a new one, the old one will be replaced.') }}
@endif