@extends('layouts.auth') @section('metadata') {{ __($metadata->register_title) }} @endsection @section('css') @endsection @section('content') @if (config('frontend.maintenance') == 'on')
Maintenance Image

{{ __('We are just tuning up a few things') }}.

{{ __('We apologize for the inconvenience but') }} {{ config('app.name') }} {{ __('is currenlty undergoing planned maintenance') }}.
@else @if (config('settings.registration') == 'enabled')
@csrf @if (config('settings.oauth_login') == 'enabled')
{{__('Continue With Your Social Media Account')}}
{{ __('or register with email') }}
@endif
@error('name') {{ $message }} @enderror
@error('email') {{ $message }} @enderror
@error('country') {{ $message }} @enderror
@error('password') {{ $message }} @enderror

{{ __('Already have an account?') }}

@else
{{__('New user registration is disabled currently')}}
@endif @endif @endsection @section('js') @if (config('services.google.recaptcha.enable') == 'on') @endif @endsection