@extends('public') @section('header-buttons') @if(setting('registration-enabled', false)) Sign up @endif @stop @section('content')

Log In

{!! csrf_field() !!} @include('auth/forms/login/' . $authMethod)
@if(count($socialDrivers) > 0)

Social Login

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