@extends('user.layout.base') @section('title', 'Change Password ') @section('content')

@lang('user.profile.change_password')

@if(Setting::get('demo_mode', 0) == 1)
@lang('admin.demomode')
@else @include('common.notify') @endif
{{ csrf_field() }}
@endsection