@foreach($statuses as $status)
|
{{ runtimeLang($status->ticketstatus_title) }}
@if($status->ticketstatus_use_for_team_replied == 'yes')
@endif
@if($status->ticketstatus_use_for_client_replied == 'yes')
@endif
@if($status->ticketstatus_system_default == 'yes' && $status->ticketstatus_id == 1)
{{ cleanLang(__('lang.new_status')) }}
@endif
@if($status->ticketstatus_system_default == 'yes' && $status->ticketstatus_id == 2)
{{ cleanLang(__('lang.closed_status')) }}
@endif
|
{{ $status->count_tickets }} |
|
{{ checkUsersName($status->first_name, $status->ticketstatus_creatorid) }}
|
@if($status->ticketstatus_system_default == 'no')
@else
@endif
|
@endforeach