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

{{__("Messages")}}

{{__("All Admin chat")}}

@endsection @section("content") @include("includes.dialog")
@foreach($rooms as $room) {{-- modal for member--}} {{-- modal for member--}} {{-- modal for chat--}} {{-- end modal for caht--}} @endforeach
{{__("ID")}} {{__("chat member")}} {{__("Show Chat")}} {{__("status")}} {{__("type")}} {{__("standard")}} {{__("chat_type")}} {{__("created_at")}}
{{$room->id}}
@if($room->type == 1){{__("One To One")}}@else{{__("Group")}}@endif @if($room->standard == 1){{__("Normal")}}@else{{__("Vip")}}@endif admin&consultant {{$room->created_at}}
@endsection @section("scripts") @endsection