@extends('front.layout.master') @php $authUser = Auth::user(); $sellerac = App\Store::where('user_id','=', $authUser->id)->first(); @endphp @section('title', __('My Chats') . ' | ') @section('body')
{{ $conversations->count() }} {{ __('conversations') }}
{{ __('Start a new conversation from the right.') }}