@extends('layouts.app') @section('title', 'SEU CRM - ' . __('app.chat_management')) @section('content')
| {{ __('app.customer') }} | {{ __('app.message') }} | {{ __('app.direction') }} | {{ __('app.date') }} | {{ __('app.actions') }} |
|---|---|---|---|---|
|
{{ substr($chat->customer->name, 0, 1) }}
{{ $chat->customer->name }}
{{ $chat->customer->whatsapp }} |
{{ Str::limit($chat->body, 50) }} | {{ __('app.' . $chat->direction) }} | {{ $chat->created_at->format('M d, Y H:i') }} | |
|
{{ __('app.no_chats_found') }}
|
||||