@php $siteSettings = \App\Models\GeneralSetting::getContent(); $siteLogo = $siteSettings['site']['logo'] ?? null; $logoUrl = $siteLogo ? ((str_starts_with($siteLogo, 'http://') || str_starts_with($siteLogo, 'https://')) ? $siteLogo : asset('storage/' . ltrim($siteLogo, '/'))) : null; @endphp Create Account - {{ config('app.name') }} @vite(['resources/css/app.css', 'resources/js/app.js'])
@if($logoUrl) {{ config('app.name') }} logo @else G @endif

GPS Migration

Create your account to get started

Registration

Join the platform

Create a new account with your basic details. You can sign in right after registration.

@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf
@error('name')

{{ $message }}

@enderror
@error('email')

{{ $message }}

@enderror
@error('password')

{{ $message }}

@enderror
@error('password_confirmation')

{{ $message }}

@enderror
Already have an account? Sign In

© {{ date('Y') }} {{ config('app.name') }}. All rights reserved.