@extends('layouts.auth') @section('content')
@csrf
Avatar
{{ __($chat->name) }}
{!! __($chat->sub_name) !!}
{!! __($chat->description) !!}
@if (!$shared->read_only) @endif
@endsection @section('js') @endsection