@forelse($chatDetails as $chatDetail)
  • user

    @if($chatDetail->from == $user->id) you @else {{$chatDetail->fromUser->name}} @endif @if(($chatDetail->from == $user->id))
    @endif

    {{ $chatDetail->message }}

    {{ $chatDetail->created_at->timezone($global->timezone)->format($global->date_format.' '. $global->time_format) }}
  • @empty
  • @lang('messages.noMessage')
  • @endforelse