Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you may not be able to execute some actions.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Undefined variable $__env (View: /var/www/html/public) (View: /var/www/html/resources/themes/velocity/views/home/index.blade.php)
Image addon to set an alt tag on the product images?
i have problem during installation of reward point extension
currency and a few other pages are not loading data on the admin but data is there in the table.
Hi, I tried auth()->user() but this return null !! How can get it?
Try
$customer = auth()->guard('customer')->user(); var_dump($customer);