@include('tickets.show.main_tabs.info') @include('tickets.show.main_tabs.public_messages') @if (Auth::user()->hasAnyRole(['agent','agent-admin','developer','admin','dispatcher'])) @include('tickets.show.main_tabs.private_messages') {{-- @if (Auth::user()->hasAnyRole(['agent-admin','developer','admin','dispatcher']))--}} @include('tickets.show.main_tabs.edit') {{-- @endif--}} @if($ticket->activities->count()) @include('tickets.show.main_tabs.history') @endif @endif
@push('scripts') @endpush