@extends('auth.signup.layout') @section('signup_title', 'Start your free trial') @section('signup_heading', 'Institute Register') @section('signup_lead', 'No credit card required. Set up your institute and start selling courses in minutes.') @section('signup_body') @php $googleEnabled = app(\App\Services\GoogleOAuthService::class)->isEnabled(); @endphp

Start your free trial

Create your institute admin account

@if (session('success'))
{{ session('success') }}
@endif @if ($errors->any())
{{ $errors->first() }}
@endif @if($googleEnabled) Continue with Google @else

Google signup will activate after keys are added in Platform Admin → Settings → Google Login.

@endif
OR
@csrf
@endsection @push('scripts') @endpush