@Vaishali-Agarwal
I don't have screenshot.
The idea is :
In Lebanon the dollar rate is different for each product example : some products have rate : $1 = 1515 LBP and other product : $1 = 7000 LBP, so I want when changing currency from USD to LBP a calculation will be executed automatically based on every rate specified for each product in the catalog.
I want when adding new product specify the rate example : product 1 rate 1515 and product 2 rate 7000 so automatically the calculation will be done.
any help please ??
Thankyou for your help, I have solved the issue, it was storage link issue,
Actually during package generation, I some how unlinked the public storage.
So when I was trying to get the video It was appearing on my storage folder but not available on Public>Storage.
I then deleted that folder and run the command "php artisan storage:link" which solved my issue.