@extends('layouts.app') @section('title', 'Подтверждение смены статуса') {{-- Interstitial screen for StudentProfileController::changeStatus() when marking a student "Не учится" would add and/or remove `charges` rows across one or more of their open group memberships. Nothing has been written yet — GroupMembershipRecalcService::preview() only simulated, and the status itself hasn't changed either. Cancelling just navigates away; Подтвердить resubmits the original fields plus confirmed=1 (and whichever remove_charge_ids[] were left checked) to the same route. Spans potentially several groups at once (unlike groups/confirm-recalc.blade.php, which is always a single group), so each row in $toAdd/$toRemove carries a 'group_name' and the removal table shows a "Группа" column. --}} @section('content')
У {{ $studentName }} меняется статус на «Не учится» с {{ date('d.m.Y', strtotime($statusDate)) }} — все активные группы будут закрыты этой датой. Ниже — какие начисления это затронет.