@extends('front.layout.master') @section('title','My Chats | ') @section('body')
{{ __("Conversation ID") }}
{{ $chat->conv_id }}{{ __("Conversation with") }}
{{ $chat->sender->name }}{{ __("Last Message") }}
{{ $chat->chat->last()->message }} {{ __('from') }} {{ $chat->chat->last()->user->name }} - {{ $chat->chat->last()->created_at->format('jS M Y - h:i A') }}