{{ Str::title($nama_user->nama) }}
-
@foreach ($pesan as $pesan)
-
@if ($pesan->to_id == Auth::user()->id) @if (Auth::user()->foto_profile == null)
@else
@endif @else @if (Auth::user()->foto_profile == null)
@else
@endif @endif
{{ $pesan->pesan }}
{{ $pesan->created_at }}
@endforeach