@extends('common.admin.layout.base') {{ App::setLocale( isset($_COOKIE['admin_language']) ? $_COOKIE['admin_language'] : 'en' ) }} @section('title') @lang('admin.account.change_password') @stop @section('styles') @parent @stop @section('content')
@lang('admin.account.change_password')
@csrf() @if(!empty($id)) @endif
@if(Helper::getDemomode() != 1) @endif


@stop @section('scripts') @parent @stop