Five Useful Blade Directives in Laravel
OnIn this article i am going to define at five Laravel Blade directives you can use to simplify your templates, and learn about some convenient directives that make solving specific problems on each. Check if the user is authenticated if(auth()->user()) // The…