@extends('student.app') @section('title', __('student.show_student')) @section('content') @include('components.errors')
@lang('student.show_student')
{{-- row 2 --}}
{{-- row 3 --}}
{{-- row 4 --}}
{{-- row 5 --}}
@lang('student.back')
@include('components.delete_modal', [ 'warning_message' => __('student.warning_message'), 'destroy_route' => route('std_students.destroy', $student->id), ]) @endsection