| {{ __('mail.support_request.field_name') }} |
{{ $supportRequest->name ?: '-' }} |
| {{ __('mail.support_request.field_type') }} |
{{ $supportRequest->user_type ?: '-' }} |
| {{ __('mail.support_request.field_email') }} |
{{ $supportRequest->email ?: '-' }} |
| {{ __('mail.support_request.field_phone') }} |
{{ $supportRequest->phone ?: '-' }} |
| {{ __('mail.support_request.field_category') }} |
{{ $supportRequest->category }} |
| {{ __('mail.support_request.field_title') }} |
{{ $supportRequest->title }} |
{{ __('mail.support_request.field_message') }}