This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @extends('layouts.signin') | |
| @section('content') | |
| <p class="login-box-msg">{{ trans('app.start_session') }}</p> | |
| <form role="form" method="POST" action="{{ url('/login') }}"> | |
| {{ csrf_field() }} | |
| <div class="form-group{{ $errors->has('cpf') ? ' has-error' : '' }} has-feedback"> | |
| <input type="text" class="form-control" placeholder="CPF" name="cpf" value="{{ old('cpf') }}"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| /** | |
| * imap-attachment.php | |
| * | |
| * @author hakre <hakre.wordpress.com> | |
| * @link http://stackoverflow.com/questions/9974334/how-to-download-mails-attachment-to-a-specific-folder-using-imap-and-php | |
| */ | |
| /** | |
| * Utility Class |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| /** | |
| * Os Studios PagSeguro Api Payment Module | |
| * | |
| * NOTICE OF LICENSE | |
| * | |
| * This source file is subject to the Open Software License (OSL 3.0) | |
| * that is available through the world-wide-web at this URL: | |
| * http://opensource.org/licenses/osl-3.0.php | |
| * |