@extends('front.layout.master') @section('title','View Chat: '.$conversation->conv_id.' | ') @section('stylesheet') @endsection @section('body')
{{ __('View Chat : ') }}{{$conversation->conv_id}}
{{$chat->message}}
{{ $chat->created_at->format('d-m-Y - h:i A') }}