@endif
@if(Session::has('flash_message'))
{{ Session::get('flash_message') }}
@endif
@if(Session::has('error_flash_message'))
{{ Session::get('error_flash_message') }}
@endif
{!! Form::open(array('url' => 'password/reset','class'=>'card mb-0','id'=>'forget_pass_form','role'=>'form')) !!}