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

Chat for Journey: {{ $journey->title }}

{{-- Placeholder for Irshad's static chat design --}}
Conversation
{{-- You can replace this with a Blade `@include()` once Irshad provides the static design --}}
Today
User Avatar
John Doe
+971-98765432
Hey there! How are you doing?
10:30 AM
User Avatar
Sam Doe
+971-23456789
I'm doing great! Just working on some Bootstrap stuff.
10:32 AM
User Avatar
John Doe
+971-98765432
That's awesome! Bootstrap 5.3 has some great new features.
10:33 AM
User Avatar
Sam Doe
+971-23456789
Yes! I'm particularly liking the new color modes and CSS variables.
10:34 AM
User Avatar
John Doe
+971-98765432
Have you tried the new offcanvas components? They're really useful for mobile designs.
10:35 AM
@endsection