@extends('layouts.app') @section('content')

Chat with {{ $receiver->name }}

@foreach($messages as $msg)

{{ $msg->sender->name }}:

{{ $msg->message }}

@endforeach
@csrf
@endsection @section('scripts') @endsection