Nahidul Hasan shows us how to use Macros in Laravel 5.

macro laravel

Macros provide a way to add functionality to the classes in which you don’t have that function. It helps you to create a small reusable component that will be possible to use it anywhere in your application.

From this article, You will know how to use Form macros in laravel.