@extends('admin.layout') @section('title', 'Gesprek #' . $conversation->id) @section('content')
{{-- Header --}}{{ $loop->first ? 'Gebruiker 1' : 'Gebruiker 2' }}
@if ($u) #{{ $u->id }} {{ $u->name }}{{ $u->email }}
@else Verwijderd @endifBerichten
{{ $messages->count() }}
Gestart
{{ $conversation->created_at->format('d/m/Y H:i') }}
Berichten
Stemming gewijzigd
@elseif ($msg->message)📎 {{ $msg->attachment_name }}
@endif