@extends('layouts/layoutMaster') @section('title', __('Chats')) @section('content')

{{ __('Dashboard') }} / {{ __('Chats') }}

{{ __('New Chat') }}
{{ __('My Conversations') }}
{{ $chats->total() }} {{ __('Chats') }}
@if ($chats->count() > 0) @if ($chats->hasPages()) @endif @else
{{ __('No conversations yet') }}

{{ __('Start a conversation to see it here') }}

@endif
@push('scripts') @endpush @endsection