@extends('panel.layout.app') @section('title', __('My Account')) @section('content')

Change Password

{{__('Please leave empty if you don’t want to change your password.')}}
@if($app_is_demo and Auth::user()->type == 'admin') {{__('Save')}} @else @endif
@endsection @section('script') @endsection