@php $EDIT_ACCESS = false; $CHANGE_PASSWORD_ACCESS = false; $EDIT_ACCESS = Helper::can_access('Edit Customer Profile'); $CHANGE_PASSWORD_ACCESS = Helper::can_access('Change Customer Password'); @endphp