Override views not working
-
I installed fresh bagisto, and i want to override create address page (packages/Webkul/Shop/src/Resources/views/customers/account/address/create.blade.php). I made my own view in resources->views->vendor->shop->customers->account->address->create.blade.php
but has no effect, please help me
-
Hey,
You could use resources/themes/your_theme/customers/account/address/create.blade.php file to write your stuff.Let me know if you're still facing issue in overriding view.
Thanks! -
@shubhwebkul ah got it, thank you