@extends('admin.layouts.master') @section('title') شاشة الدردشة @endsection @section('css') @endsection @section('content-header')
{{ $data->name }}
@if (auth('web')->check()) {{ auth('web')->user()->name }} @elseif(auth('subscriber')->check()) {{ auth('subscriber')->user()->name }} @else {{ auth('employee')->user()->name }} @endif
{ {{ $sender->created_at->format('d-m-Y (g:i A)') }}
{{ $sender->type_messages == 'boot' ? '(البوت)' : '(المودريتور)' }}
{{ $sender->messages }}
{{ $data->name }}
{ {{ $sender->created_at->format('d-m-Y (g:i A)') }}
{{ $sender->messages }}