@extends($_layout . 'chat') @section('content') @php $user = get_user_login(); $expired_at = $user->getServiceExpiredInfo('d/m/Y'); @endphp @if ($expired_at) @include($_template . 'chat.sidebar-menu') @include($_template . 'chat.sidebar-history')
@include($_template . 'chat.chat-header')
Bắt đầu cuộc trò chuyện
@include($_template . 'chat.chat-footer')
{{-- --}} @else
{{ $siteinfo->site_name }}

Bạn đã hết thời hạn sử dụng dịch vụ.
Vui lòng đăng ký gói để sử dụng dịch vụ

Đăng ký gói

@endif @endsection @if ($expired_at) @section('js') @endsection @endif