@extends('layouts.adminmaster') @section('content')

{{lang('External Chat Setting')}}

@csrf
({{lang('If you enable this “External Chat” setting feature, it will appear on the "Application".', 'setting')}})
({{lang('If you enable this "All Users" setting feature, the "External Chat" will appear to both the users, i.e., for registered users as well as for guest users on the "Application.', 'setting')}})
({{lang('If you enable this "Only Registered Users" setting feature, the "External Chat" will appear only for the registered users on the "Application."', 'setting')}})
@error('customchat') {{ lang($message)}} @enderror
@endsection