@extends('layouts.app') @section('content') {{trans('web.edit')}} {{$user->name}} {{trans('web.back')}} @csrf {{method_field('put')}} {{trans('web.profile')}} {{trans('web.profile_info')}} {{trans('web.name')}} {{trans('web.email')}} {{trans('web.password')}} {{trans('web.image')}} Choose a new avatar {{trans('web.stage')}} @foreach(\App\Stage::all() as $stage) id,$user_stages))?'selected':''}}>{{$stage->name}} @endforeach {{-- @lang('web.class')--}} @foreach(\App\StageClass::all() as $class) id,$user_classes))?'selected':''}}>{{$class->name.' ('.$class->stage->name.')'}} @endforeach @foreach(\App\Subject::all() as $subject) id,$user_subjects))?'selected':''}}>{{$subject->name.' ('.$subject->stageClass->name.' - '.$subject->stageClass->stage->name.')'}} @endforeach {{-- --}} {{-- --}} {{-- Change Password--}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- Changing your sign in password is an easy way to keep your account secure.--}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- Current Password--}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- New Password--}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- Confirm New Password--}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{trans('web.edit')}} @endsection @section('script') @endsection
{{trans('web.profile_info')}}
--}} {{-- Changing your sign in password is an easy way to keep your account secure.--}} {{--