@if(!$export == 1) @else @endif @foreach ($attendances as $attendance) @if(!$export == 1) @if(!$attendance->notes) @else @endif @else @endif @include('user.attendance_note', [$attendance]) @include('user.delete_confirmation_attendance', [$attendance]) @endforeach
Nr indeksu Nazwisko Imię Nr miejsca Notatka
{{ $attendance->student_id_number }} {{ $attendance->student_surname}} {{ $attendance->student_name}} {{ $attendance->seat_number }} {{ $attendance->notes }}