@extends('Common::admin.layout.index') @section('title', $title) @section('page')

{{ __("Messages") }}

{{ __("All your messages") }}

@if($chats->count() > 0) @else

{{ __("No messages yet") }}

@endif
@include("Chats::partials.chat_delete") @stop @push('js') @endpush