{{__e(absolutePath: 'backend/dashboard/product.text_order_request_mail_title')}} - {{ $order->name }}

{{ __e(absolutePath: 'backend/dashboard/orderRequest.text_email_hello_message') }}

@if(count($product) == 1 && isset($product[0]['name']))

{{ __e(absolutePath: 'backend/dashboard/orderRequest.text_email_modified_request', replace: ['order_id' => $order->id, 'product_name' => $product[0]['name'], 'product_id' => $product[0]['product_id'], 'from_payment_type' => $from_payment_type, 'to_payment_type' => $to_payment_type]) }}

@elseif(count($product) > 1)

{{ __e(absolutePath: 'backend/dashboard/orderRequest.text_email_cash_new_request_multiple')}}

@foreach ($product as $item) @endforeach @endif
{{ __e(absolutePath: 'backend/dashboard/orderRequest.text_order_id') }}: {{ $order->id }}
{{ __e(absolutePath: 'backend/dashboard/orderRequest.text_name') }}: {{ $order->name }}
{{ __e(absolutePath: 'backend/dashboard/orderRequest.text_phone') }}: {{ $order->phone }}
{{ __e(absolutePath: 'backend/dashboard/orderRequest.text_email') }}: {{ $order->email }}
{{ __e(absolutePath: 'backend/dashboard/orderRequest.text_dealer') }}: {{ $order->domains->name }}
{{ __e(absolutePath: 'backend/dashboard/orderRequest.text_domain_origin') }}: {{ $order->from_origin }}