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 : '-' !!}