@extends('layouts.app') @section('styles') @endsection @section('content')

{{ __('student.show') ." ". __('student.data') ." ال". __('student.student') }}

@csrf @method('put')

@php $avatarPath = $student->gender == 2 ? 'img/students/female-avatar.jpg' : 'img/students/male-avatar.jpg' @endphp Student Image
{{--
{{ __('student.program') }}
{{ __('student.section') }}
--}}
{{--
--}} {{--
--}} {{--
{{ __('student.image') }}
--}} {{--
--}} {{-- --}} {{-- --}} {{--
--}} {{--
--}} {{--
--}}

{{ __('student.cancel') }}
@endsection @section('scripts') @endsection