@extends('public') @section('header-buttons') @if(Setting::get('registration-enabled')) Sign up @endif @stop @section('content')

Log In

{!! csrf_field() !!}
@include('form/text', ['name' => 'email'])
@include('form/password', ['name' => 'password']) Forgot Password?
@if(count($socialDrivers) > 0)

Social Login

@if(isset($socialDrivers['google'])) @endif @if(isset($socialDrivers['github'])) @endif @endif
@stop