@extends('auth.layouts.master') @section('title', __('Social Signup')) @section('content')
{{ __('You can sign up with your social account and get started into our platform.') }}
{{ $errors->first() }}
@endif{{ __("You are about to register using your :Social account.", ['social' => __($platform)]) }}