@extends('frontend::page') @section('content')
@if(count($errors) > 0) @endif @if(Session::has('success')) @endif
@csrf
@lang('general.email_cannot_changed')
@lang('general.password_change')
@lang('general.leave_blank_to_unchanged')
@endsection