@foreach ($header as $key => $item) @php $uniqueKey = str_replace(' ', '', $key); $item = collect($item); @endphp @endforeach {{-- --}}
ITC-04 GSTR-9 GSTR-9C Refunds Amendments LUT Cancellation Other Filings
@if ($tab && $subTab) @livewire($header[$tab][$subTab]['component'] . '.chat-list', [], key("chat-list.$tab.$subTab")) @endif
@if ($tab && $subTab && $chatId) @livewire($header[$tab][$subTab]['component'] . '.chat-messages', ['teams' => $teams, 'chatId' => $chatId], key("chat-list.$tab.$subTab.$chatId")) @endif
@push('custom-script') @endpush