@php $configData = Helper::appClasses(); $customizerHidden = 'customizer-hide'; @endphp @extends('layouts/blankLayout') @section('title', 'Register Page') @section('page-style') {{-- Page Css files --}} @endsection @section('content')
Auth Cover Bg color

A few clicks to get started πŸš€

Let’s get started with your 14 days free trial and
start building your application today.

Adventure starts here πŸš€

Make your app management easy and fun!

@csrf
@error('name') {{ $message }} @enderror
@error('email') {{ $message }} @enderror
@error('password') {{ $message }} @enderror
@if (Laravel\Jetstream\Jetstream::hasTermsAndPrivacyPolicyFeature()) @endif

Already have an account? @if (Route::has('login')) Sign in instead @endif

or
@endsection