@extends('student.app') @section('title', __('student.edit_change_student_entity')) @section('content') @include('components.errors')
@lang('student.edit_change_student_entity')

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

@lang('student.to') :
{{-- --}}
{{-- --}}
{{-- --}}

@if (!empty($entity->attachment)) @endif
@lang('student.back')
@include('components.delete_modal', [ 'warning_message' => __('student.warning_message'), 'destroy_route' => route('std_entity_change_destroy', $entity->id), ]) @endsection