@extends('main-site.partials.app') @section('title', __('User Profile')) @section('content') {{ __('website_301.profile.MyProfile') }} {{ __('website_301.profile.PersonalInformation') }} {{ __('website_301.profile.ChangePassword') }} @csrf @method('PUT') {{ __('website_301.profile.StudentName') }} @error('name') {{ $message }} @enderror {{ __('messages_303.Email') }} @error('email') {{ $message }} @enderror {{ __('messages.Mobile') }} @error('mobile') {{ $message }} @enderror {{ __('website_301.profile.Save') }} @csrf @method('PUT') {{ __('website_301.profile.ChangePassword') }} {{ __('website_301.profile.ChangePassword2') }} {{ __('website_301.profile.CurrentPassword') }} @error('old_password') {{ $message }} @enderror {{ __('website_301.profile.NewPassword') }} @error('password') {{ $message }} @enderror {{ __('website_301.profile.NewPassword3') }} {{ __('website_301.profile.Save') }} @endsection @section('scripts') @endsection
{{ __('website_301.profile.ChangePassword2') }}