@extends('layouts.app') @push('style') @endpush @section('content') @php $socialProviders = [ 'google' => 'Google', 'facebook' => 'Facebook', 'kakao' => 'KakaoTalk', ]; $showDetailsStep = $errors->has('name') || $errors->has('password') || $errors->has('password_confirmation') || filled(old('name')); @endphp

Hello! Start Your Subscription Journey

Subscription registration illustration

Easy Subscriptions Here

Log in / Sign up

Or with your email

@include('auth.partials.auth-feedback')
@csrf
@error('email')
{{ $message }}
@enderror
@endsection @push('script') @endpush