@include('new_layouts.header')
@include('construction_project.side-menu')

{{ __('Chat') }}

@csrf
@if($checkLoadMore->isNotEmpty()) @endif
@if($query->status !== "withdrawn" && $query->status !== "closed")
@endif
@include('new_layouts.footer')