@extends('frontend.layout.master') @section('site_title',__('Live Chat')) @section('style') @endsection @section('content')
@if($client_chat_list->count() > 0)
{{__('View Chat List')}}
    @foreach($client_chat_list as $client_chat) @endforeach
@else

    {{ __('No Contacts Yet.') }}

@endif
@endsection @section('script') @endsection