@extends('public')
@section('header-buttons')
@if(setting('registration-enabled', false))
Sign up
@endif
@stop
@section('content')
Log In
@if(count($socialDrivers) > 0)
Social Login
@if(isset($socialDrivers['google']))
@endif
@if(isset($socialDrivers['github']))
@endif
@endif
@stop