@livewireStyles
@php $logoPath = \App\Models\Setting::get('site_logo'); $logoUrl = $logoPath ? \Storage::url($logoPath) : null; @endphp @if($logoUrl && \Storage::disk('public')->exists($logoPath))
@else
@endif
Get Started!
Create your account and start learning today
@if ($errors->any())
@foreach ($errors->all() as $error) {{ $error }}
@endforeach
@endif
@csrf
Full Name
@error('name')
{{ $message }}
@enderror
Email Address
@error('email')
{{ $message }}
@enderror
Password
@error('password')
{{ $message }}
@enderror
Confirm Password
I agree to the
Terms of Service
and
Privacy Policy
Create Account
@livewireScripts