Zgłoszenie {{ $ticket->displayNumber() }}
@if ($ticket->source === 'email')
mailE-mail
@endif
{{ $ticket->subject }}
{{ $ticket->body }}
@foreach ($this->publicMessages->first()?->attachments ?? [] as $a)
@foreach ($ticket->customFieldEntries() as $cf)
@endif
@else
{{ $cf['label'] }}: {{ $cf['value'] }}
@endforeach
Notatki wewnętrzne
@forelse ($this->internalMessages as $m)
{{ $m->author_name }} · {{ \App\Support\Rel::format($m->created_at) }}
@if ($m->role === 'operator')
edit
delete
@endif
{{ $m->body }}
@endif
@foreach ($m->attachments as $a)
Brak notatek wewnętrznych.
@endforelse @if ($addingNote)
@forelse ($noteAttachments as $i => $file)
attach_file
close
@empty
Brak załączników
@endforelse
@foreach ($threadMessages as $m)
@php $mine = $m->role === 'operator'; @endphp
@if ($editingMessageId === $m->id)
@else
@endforeach
@endforeach
@if ($m->source === 'email')
mail
@endif
{{ $m->author_name }} · {{ \App\Support\Rel::format($m->created_at) }}{{ $m->edited ? ' · edytowano' : '' }}
@if ($m->role === 'operator')
edit
delete
@endif
{{ $m->body }}
@endif
@foreach ($m->attachments as $a)