@extends('student.app') @section('title', __('student.edit_student')) @section('content') @include('components.errors')
@lang('student.edit_student') ({{ $student->fullName() }})
@csrf @method('PUT')
{{-- row 2 --}}
{{-- row 3 --}}
{{-- row 4 --}}
{{-- row 5 --}}
@lang('student.back')
@endsection