@extends('layouts.app') @section('content')
Login
{{ csrf_field() }}
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if ($errors->has('password')) {{ $errors->first('password') }} @endif
Register

@if (config('services.google.enabled')) Google Login with Google @endif @if (config('services.facebook.enabled')) Facebook Login with Facebook @endif @if (config('services.twitter.enabled')) Twitter Login with Twitter @endif
@endsection