@extends("layouts.admin.app") @section("page-title") {{__("Dashboard")}} @endSection @section("page-nav-title")
{{__("All Admin chat")}}
{{__("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}} | {{-- modal for member--}} {{-- modal for member--}} {{-- modal for chat--}} {{-- end modal for caht--}}