@extends("layouts.admin.app") @section("page-title") {{__("Dashboard")}} @endSection @section("page-nav-title")

{{__("Specialized Consultant Messages")}}

@endsection @section("content") @include("includes.dialog")
@foreach($rooms as $room) {{-- modal for member--}} {{-- modal for member--}} {{-- modal for chat--}} {{-- end modal for caht--}} @endforeach
{{__("chat member")}} {{__("Show Chat")}} {{__("type")}} {{__("standard")}} {{__("consultations status")}} {{__("created_at")}}
@if($room->type == 1){{__("One To One")}}@else{{__("Group")}}@endif @if($room->standard == 1){{__("Normal")}}@else{{__("Vip")}}@endif @switch($room->ReferredConsultation->status) @case(1) {{__("not read")}} @break @case(2) {{__("readable")}} @break @case(3) {{__("not important")}} @break @case(4) {{__("completed")}} @break @endswitch {{$room->created_at}}
@endsection @section("scripts") @endsection