skip to Main Content

Laravel class based components class being ignored

I have laravel component created in nested folders in app/view/components/modules/Exchange/common and i use this component like this in the code: <x-modules.Exchange.common.text-input placeholder="{{ __('Email') }}" label="{{ __('Email') }}" icon="ni ni-envelope" id="email_input" name="account_email" /> the problem is that component class that has…

VIEW QUESTION
Back To Top
Search