Testing Blade components in Laravel
– dcblog.dev - submitted by David Carr
Laravel provides a range of methods to test parts of the framework, one of which is called blade() which allows you to test blade components work as expected.
Read more [dcblog.dev]