@endif
@if(Session::has('flash_message'))
@endif
@if(Session::has('error_flash_message'))
@endif
{!! Form::open(array('url' => 'login','class'=>'card mb-0','id'=>'login','role'=>'form')) !!}
@if(getcong('facebook_login') OR getcong('google_login'))
{{trans('words.login_to_account')}}
{{trans('words.with_social')}}
@if(getcong('facebook_login'))
Facebook
@endif
@if(getcong('google_login'))
Google
@endif
{{trans('words.or')}}
@else
{{trans('words.login_to_account')}}
@endif
{{trans('words.dont_have_account')}} {{trans('words.register')}}