@extends('main-site.layouts.app') @section('style') @endsection @section('content')
{{__("site.Chat.Chat_1")}}
{{ $chat->user_1 == auth()->id() ? $chat->user_data_2->name : $chat->user_data_1->name }}
{{ $chat->last_message->created_at_format }}{{ $chat->last_message->message }}