Blade in Laravel 5 has a new security feature. It will autoescape everything you put between {{ and }}. You need to use
{!! Form::open(['route' => 'user.login', 'method' => 'post', 'class' => 'navbar-form']) !!}
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community