Adventures in learning Tailwind, Alpine, Laravel and Livewire
Analytics
Get a better understanding of where your traffic is coming from.
Engagement
Speak directly to your customers in a more meaningful way.
Security
Your customers' data will be safe and secure.
Integrations
Connect with third-party tools that you're already using.
Automations
Build strategic funnels that will drive your customers to convert
21 Dec, 2020
Using dd($var); in your code is a great way to see what’s going on but you can also do this in a view using this Blade directive:
dd($var);
@dump($var)
or
@dd($var)