Case #{{ $case->id }} "{{ $case->name }}" control has been changed to Glesec by {{ $byUser }}, now the responsibility for implementation lies with the employees of Glesec
* Date / Time: {{ $case->updated_at }}

Case information:
* Organization: {{ $case->organization->account_name }}
* Type Of Case: {{ $case->type_of_case_data }}
* Status: {!! $case->getStatus() !!}
* Priority: {!! $case->getPriorityStatus() !!}
{{--@if ($case->assigned_user_data) // will beskywatch_assignee * Assignee: {!! $case->assigned_user_data !!}
@endif--}} * Service: {!! \App\Models\Service::where('id', $case->service_id)->first() ? \App\Models\Service::where('id', $case->service_id)->first()->short_name : '-' !!}


 
You have received this notification because you have either subscribed to it, or are involved in it.