@extends('layouts.app') @section('css') @endsection @section('page-header') @endsection @section('content') @if($chat->chat_code !== 'new')
@csrf
Avatar
{{ __($chat->name) }}
{!! __($chat->sub_name) !!}
@if (App\Services\HelperService::extensionChatShare()) @if (App\Services\HelperService::checkChatShareFeature())
@endif @endif @if ($internet)
@endif
{!! __($chat->description) !!}
@endsection @section('js') @if (App\Services\HelperService::extensionRealtimeChat()) @if (App\Services\HelperService::checkRealtimeChatFeature()) @endif @endif @endsection