@if($updating)
{{ $this->form }}
@else
@if( auth()->user()->can('Update all tickets') || ( auth()->user()->can('Update own tickets') && ( $ticket->owner_id === auth()->user() || $ticket->responsible_id === auth()->user()->id ) ) ) @endif
@endif