Created a BEP20 fork, unable to burn tokens

Hello all, I did a search of the forums and couldn't find a thread on something that appears to be so simple. First off, pardon my ignorance as I am extremely new to coding. I forked a Safemoon contract and tested liquidity, trades, and all worked well. But the write section on BSCscan doesnt have a burn function, so i attempted to simply send some tokens to the burn address. Every send I have tried to burn address fails however. How would I go about burning some of these tokens and sending to a burn address ?

This is the test contract I am using.

This is the failed attempt to send to burn address.

Thank you in advance.