@extends('layouts.client') @section('title', 'Chat') @push('styles') @endpush @section('content')

Chats

{{-- Telegram Chats --}}

Chats in Telegram

{{-- Chat Container --}}
{{-- Chat List --}}
My messages
Trainer
{{ $latestMessages['trainer']?->created_at?->format('d.m.Y') ?? '-' }}
{{ $latestMessages['trainer']?->message ? Str::limit($latestMessages['trainer']->message, 40) : 'No messages yet' }}
{{-- Chat Content --}}
Trainer
Good day! Half of the course has already passed, how are you?
21.11.2022 14:30
{{-- Footer Help Message --}}

If you have any questions about nutrition, write to us and we will be happy to help you!

@endsection @push('scripts') @endpush