@component('mail::message') {{ trans('notifications.refund_declined.greeting', ['customer' => $refund->order->customer->getName()]) }} {{ trans('notifications.refund_declined.message', ['order' => $refund->order->order_number, 'amount' => get_formated_currency($refund->amount, 2, $refund->order->currency_id), 'marketplace' => get_platform_title()]) }}
@include('admin.mail.refund._refund_detail_panel', ['refund_detail' => $refund]) {{ trans('messages.thanks') }},
{{ $refund->shop->name . ', ' . get_platform_title() }} @endcomponent