I have tried sending sol token from my pda account to another account
**pdaaccount.to_account_info().try_borrow_mut_lamports()? -= 12000;
**receiver.to_account_info().try_borrow_mut_lamports()? += 12000;
This only works if the account calling this function is also the receiver. I want only the admin to be able to call this function and transfer it to any account