@component('mail::message')
{{$name}},
Subject: {{$subject}}
@php
echo "
Thank you for contacting our support team. A support ticket has now been opened for your request. You will be notified when a response is made by email. The details of your ticket are shown below.
Your Message
$txtmessage
Priority: $priority
Status: Open
";
@endphp
All support will be given only through our helpdesk at support@diosm.com
@component('mail::button', ['url' => URL::to("/submitticket")])
Thanks,
{{ config('app.name') }}
@endcomponent