@extends('layouts.app') @section('title', 'تسكين الطلبة') @section('content')
{{-- هنا بننادي مكون ليفواير السحري اللي أنشأناه في الخطوة الأولى --}} @livewire('student-distribution-matrix')
@endsection