{{ __('Edit Voucher') }}: {{ $voucher->code }}
@if($voucher->is_used)
{{ __('This voucher has already been used and cannot be edited.') }}
@else
@endif