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