@extends('public')
@section('header-buttons')
    @if(Setting::get('registration-enabled'))
        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