@extends('Email::layout') @section('content')
{{__('You got new reply for ticket: #')}}{{$ticket->id}} - {{$ticket->title}}
{{__("Reply content:")}}
{!! nl2br(clean($reply->content)) !!}
{{__('You can check the ticket here:')}} {{__('View ticket')}}
{{__('Regards')}},
{{setting_item('site_title')}}