@extends('backEnd.master') @section('mainContent')

{{ __('Chatting Method setting') }}

@csrf

Can Teacher Chat with Parents

get('chat_can_teacher_chat_with_parents') == 'yes' ? 'checked' : ''}}>
get('chat_can_teacher_chat_with_parents') == 'no' ? 'checked' : ''}}>

Can Student Chat with Admin, Accounts

get('chat_can_student_chat_with_admin_account') == 'yes' ? 'checked' : ''}}>
get('chat_can_student_chat_with_admin_account') == 'no' ? 'checked' : ''}}>

Admin can chat without invitation

get('chat_admin_can_chat_without_invitation') == 'yes' ? 'checked' : ''}}>
get('chat_admin_can_chat_without_invitation') == 'no' ? 'checked' : ''}}>

Open Chat system

get('chat_open') == 'yes' ? 'checked' : ''}}>
get('chat_open') == 'no' ? 'checked' : ''}}>
{{--
--}} {{--
--}} {{-- --}} {{-- --}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{-- --}} {{--
--}} {{--
--}}
@endsection @push('scripts') @endpush