@if(! is_null($value))
@dcf($value){{ $row->foreign_currency? '' : '€' }} @if($row->other_amount)
{{ __('Excl. charges') }}: @dcf($row->other_amount){{ $row->other_currency? '' : '€' }} @endif
@endif