Laravel H is a helper package for Laravel Framework. GitHub: https://github.com/haruncpi/laravel-h
//install laravel h
composer require haruncpi/laravel-h
//now make form
{!! F::open(['url'=>'submit']) !!}
{!! F::text('name') !!}
{!! F::email('email') !!}
{!! F::close() !!}
GitHub: https://github.com/haruncpi/laravel-h