Logo or Image not Getting displayed If you’re using  UltimatePOS version 2.11.4  do this: https://ultimatefosters.com/ultimate-pos/update-guide-updating-ultimate-pos/#NOTE_If_you8217re_updating_from_V2113_to_V2114_or_higher_then_do_these_additional_steps In  UltimatePOS version 2.11.2  we implemented an easy way to fix images issue. Login in UltimatePOS with  Administrator account (or  superadmin  account) Go to  /public  directory via FTP or cPanel and delete “ storage ” directory if present. This may or may not be present. PS : don’t delete /storage. Run  www.yourwebsite.com/install/fix-image  and it will fix the image issue. If it displays some error the check the error information as given below. If you’re using a  lower version then 2.11.2  then follow the below steps or update your version. This can happen if the “ symbolic link ” is not created successfully during installation steps. Go to  /public  and delete “ storage ” directory if present. This may or may not be present. PS : don’t delete /storage. If you’re using in localhost then open your command prompt (cmd) or if in hosting server then use shell access to login via terminals. Contact your hosting provider if you need details on accessing via terminal. Go to pos directory: cd   in the pos directory run the below command: php artisan storage:link If it shows success then check your application, it should show the images now. If it shows some  error  like: Undefined command “php”  then add php to your environment variable or check your server documentation on running php via command line. symblink () Permission denied : Change permission of public directory as mentioned in the installation doc. symlink () has been disabled : Contact your hosting provider to enable it.