{{-- {{dd($ticket)}} --}}
@lang('app.ticket') #{{ $ticket->id }}
@if ($user->id === $ticket->assigned_to && $ticket->status !== 'Completed') @php $activeTimer = $ticket->activeTimer; @endphp @if (is_null($activeTimer)) @lang('modules.timeLogs.startTimer') @else {{ $activeTimer->timer }} @endif @endif

{{ ucwords($ticket->title) }}

@if(!is_null($ticket->description))

{{ ucfirst($ticket->description) }}

@endif
@if($ticket->status != 'completed' && !is_null($ticket->activeTimer)) @endif