hello, i want to add some elements or dashboard completely to the laravel version. How can I do it the best and most efficient way. Thanks in advance
Hi
Most pages and components from the HTML version do not exist in Laravel. But, the CSS styles from the HTML version are already integrated into Laravel. All the components from the HTML version are static and non-working components. You can just copy the component HTML from the HTML version, and paste it into the Laravel component to get the same look. The actual functionality and implementation need to be done by the customer because every customer has their own business requirements.
Let us know if you need further clarification.
Thanks