App\Models\Access\User\Traits\Attribute\UserAttribute::getChangePasswordButtonAttribute PHP Метод

getChangePasswordButtonAttribute() публичный Метод

public getChangePasswordButtonAttribute ( ) : string
Результат string
    public function getChangePasswordButtonAttribute()
    {
        return '<a href="' . route('admin.access.user.change-password', $this) . '" class="btn btn-xs btn-info"><i class="fa fa-refresh" data-toggle="tooltip" data-placement="top" title="' . trans('buttons.backend.access.users.change_password') . '"></i></a> ';
    }