Attendize/resources/views/Emails/Help/CommentNotification.blade.php

31 lines
947 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

@extends('Emails.Layouts.Master')
@section('message_content')
<p><strong>Здравствуйте!</strong></p>
<p>
Получен ответ на Вашу заявку : {{ $comment->ticket->code }}.
</p>
<p>Чтобы просмотреть текст, перейдите по <a href="{{route('help.show',['code' => $comment->ticket->code])}}">ссылке</a></p>
<p>
С уважением, служба поддержки клиентов.
</p>
<div style="margin-top: 10px; background-color: #ccc;">
<p><strong>Salam!</strong></p>
<p>
Siziň : {{ $ticket->code }} belgili hatyňyza jogap ýazyldy.
</p>
<p>Jogaby görmek üçin <a href="{{route('help.show',['code' => $comment->ticket->code])}}">şu ýere</a> basyň!</p>
<p>
Hormatlamak bilen, teh. goldaw.
</p>
</div>
@endsection
@section('footer')
@stop