@extends('teacher.layouts.layouts')
@section('content')
@push('css')
@include('teacher.chat_group.shared._css')
@endpush
@if ($errors->any())
@foreach ($errors->all() as $error)
- {{ $error }}
@endforeach
@endif
Create New Chat Group
@endsection
@push('js')
@include('teacher.chat_group.shared._js');
@endpush