CSS not coming properly on new view file
-
We are using bagisto version: V1.0.0.
And we need to create a view file for display some custom info at the customer side.
So for test purpose we copy the "customer.orders.view" (view.blade.php) file with "customer.orders.test" (test.blade.php)But when we use test.blade.php then its CSS not coming properly (especially left navigation panel not coming properly)
We have set route, OrderDataGrid etc. as similar with
http://127.0.0.1:8000/customer/account/orders/view/1
to
http://127.0.0.1:8000/customer/account/orders/test/1But getting the design issues. Please review the attach file
Please suggest how to set CSS for a new view file.
-
@_developer_12
have you tried php artisan vendor:publish --force to load asset? -
Previously we have run the command for some other issue and that changes a lot in the project.
So, for now, we setup a separate basis to project do the same work in it and got the same issue again.
Then run the above command for velocity and UI package, and clear cache but nothing happen.
Please suggest.