@extends('auth.layouts.master') @section('title', __('Social Signup')) @section('content')

{{ __('Signup with Social Account') }}

{{ __('You can sign up with your social account and get started into our platform.') }}

@if (!empty($errors) && $errors->any())

{{ $errors->first() }}

@endif

{{ __("You are about to register using your :Social account.", ['social' => __($platform)]) }}

@csrf {{ __('Cancel') }}
@endsection