@extends('core::layouts.app') @section('title', __('Account Settings')) @section('content')

@lang('Setting Account')

@csrf @method('PUT')
@lang("E-mail can't be changed")
@lang('Type new password if you would like to change current password.')

@if(!empty($views_render)) {!! $views_render !!} @endif
@stop