@extends('layouts.app') @section('content')
@if ($errors->has('msg'))
{{ $errors->first('msg') }}
@endif
Social Login

Authenticate using your social network account from one of following providers

Login with Facebook Login with Twitter Login with Google
Login with Email
@endsection