Warning: Undefined variable $notification_owner in /home/doohitfrov/simon/resources/views/vendor/ticketit/emails/status.blade.php on line 1
Deprecated: unserialize(): Passing null to parameter #1 ($data) of type string is deprecated in /home/doohitfrov/simon/resources/views/vendor/ticketit/emails/status.blade.php on line 1
Warning: Undefined variable $original_ticket in /home/doohitfrov/simon/resources/views/vendor/ticketit/emails/status.blade.php on line 2
Deprecated: unserialize(): Passing null to parameter #1 ($data) of type string is deprecated in /home/doohitfrov/simon/resources/views/vendor/ticketit/emails/status.blade.php on line 2
Warning: Undefined variable $ticket in /home/doohitfrov/simon/resources/views/vendor/ticketit/emails/status.blade.php on line 3
Deprecated: unserialize(): Passing null to parameter #1 ($data) of type string is deprecated in /home/doohitfrov/simon/resources/views/vendor/ticketit/emails/status.blade.php on line 3
@extends($email)
@section('subject')
{{ trans('ticketit::email/globals.status') }}
@stop
@section('link')
{{ trans('ticketit::email/globals.view-ticket') }}
@stop
@section('content')
{!! trans('ticketit::email/status.data', [
'name' => $notification_owner->name,
'subject' => $ticket->subject,
'old_status' => $original_ticket->status->name,
'new_status' => $ticket->status->name
]) !!}
@stop