Improved delete button security in show.blade.php
Added an if statement to enhance safety when deleting items
Restricted access to ticket options based on user permissions
Implemented a check for user authorization and reservation status before displaying 'add another ticket' and 'pay now' buttons on the tickets blade file
Closes #249