@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

@csrf
@error('title')
{{ $message }}
@enderror
@error('curriculum_id')
{{ $message }}
@enderror
@error('student_ids')
{{ $message }}
@enderror
@endsection @push('js') @include('teacher.chat_group.shared._js'); @endpush