@if($selected_id)
@endif
Class ID |
Section ID |
Subject ID |
Teacher ID |
Actions |
@foreach($records as $record)
{{ $record->class_name }} |
{{ $record->section_name }} |
{{ $record->subject_name }} |
{{ $record->name }} |
|
@endforeach
{{$records->links()}}
@livewire('wire-modal',['position'=>'modal-dialog-centered'])
@script
@endscript