@extends('layouts.default') @section('title' ,'Social Authentication') @section('content')
@if ($errors->any()) @endif @if(session()->has('message')) @endif @if(session()->has('success')) @endif
Google Authentication
@csrf
Facebook Authentication
@csrf
LinkedIn Authentication
@csrf
@endsection @section('pagespecificscripts') @endsection