@csrf
@if ($errors->has('email')) {{ $errors->first('title') }} @endif
@if ($errors->has('google_meeting_link')) {{ $errors->first('google_meeting_link') }} @endif @if($schedules) @foreach ($schedules as $index => $schedul)

Schedual {{$index}}

{{-- --}} @livewire('groups.partial.time-schedule', ['schedul' => $schedul, 'index' => $index], key($schedul->id))
@endforeach @endif
{{--
@json($courses_attach)
--}}

Select Course

    @if($courses) @foreach($courses as $course)
  • {{--
  • --}} @endforeach @endif
@if($show_teachers && count($show_teachers) > 0)

Select Teachers

    @foreach($show_teachers as $teacher)
  • @endforeach
@endif @if($show_students && count($show_students) > 0)

Select Students

    @foreach($show_students as $student)
  • @endforeach
@endif