@component('mail::message')
{{ trans('notifications.dispute_acknowledgement.greeting', ['customer' => $dispute->customer->getName()]) }}
{{ trans('notifications.dispute_acknowledgement.message', ['order_id' => $dispute->order->order_number]) }}
@component('mail::button', ['url' => $url, 'color' => 'blue'])
{{ trans('notifications.dispute_acknowledgement.button_text') }}
@endcomponent
@include('admin.mail.dispute._dispute_detail_panel', ['dispute_detail' => $dispute])
{{ trans('messages.thanks') }},
{{ get_platform_title() }}
@endcomponent