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

{{__("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")}}{{__("status")}}{{__("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->consultation->consultations_status) @case(1) {{__("not read")}} @break @case(2) {{__("readable")}} @break @case(3) {{__("follow up ")}} @break @case(4) {{__("not important")}} @break @case(5) {{__("completed")}} @break @case(6) {{__("Vip")}} @break @endswitch {{$room->created_at}}
@endsection @section("scripts") @endsection