@extends('layouts.auth') @section('page-title', trans('Login')) @section('content')
@lang('Login')
@include('auth.social.buttons') @include('partials.messages')
@if (Request::has('to')) @endif
@if (setting('remember_me'))
@endif
@if (setting('forgot_password')) @lang('I forgot my password') @endif
@if (setting('reg_enabled')) @lang("Don't have an account?") ">@lang('Sign Up') @endif
@stop @section('scripts') {!! JsValidator::formRequest('Vanguard\Http\Requests\Auth\LoginRequest', '#login-form') !!} @stop