@extends('layouts/auth') @section('session-messages') @if(Session::get('status'))
@endif @stop @section('form') {{ Form::open(array('action' => 'AuthController@login')) }}
{{ Form::close() }}

Log in using your institutional email address (@upr.edu) and password.

If you have problems logging in, please call the UPR-RP Help Desk (DTAA) at 787-764-0000, Ext.80400 for assistance.

@stop