@extends('student.app') @section('title', __('student.show_student_entity_change')) @section('content') @include('components.errors')
@lang('student.show_student_entity_change') ({{ $entityChange->student->fullName() }})

@csrf @method('PUT') {{-- row 1 --}}
@lang('student.from') :

@lang('student.to') :

@if (!empty($entity->attachment)) @endif
@endsection