@section('page_title') OSAA - Login @stop @section('page_sub_title') Log In @stop @section('head') @stop @section('header_button_left') Back @stop @section('jquery_init') @stop @section('main_content') {{ Form::open(array('url' => url('/mobile/login'), 'class' => 'login')) }} {{ Form::label('email', 'E-Mail Address') }} {{ Form::email('email')}} {{ Form::label('password', 'Password') }} {{ Form::password('password') }}
{{ Form::submit('Login') }} {{ Form::close() }} I forgot my account information. Please refer to the privacy policy for additional information regarding data collection and information security. @stop