{{ __('Chats') }}
@if (count($errors) > 0)
@if($errors->any())
{{$errors->first()}}
@endif
@endif
@if (session('status'))
{{ session('status') }}
@endif
# | Chat With | Your Role | Started At | Action |
---|---|---|---|---|
{{ $index + 1 }} | {{ $otherBusiness }} ({{ $otherName }}) | {{ $isStarter ? 'Von Ihnen gestartet' : 'Von ihnen gestartet' }} | {{ $chat->chat_added_date }} |