@extends('layouts.auth') @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

{{__('Sign Up to')}} {{ config('app.name') }}

@if (config('settings.oauth_login') == 'enabled')
{{__('Register with Your Social Media Account')}}
@if(config('services.facebook.enable') == 'on')@endif @if(config('services.twitter.enable') == 'on')@endif @if(config('services.google.enable') == 'on')@endif @if(config('services.linkedin.enable') == 'on')@endif
{{ __('or register with email') }}
@endif
@error('name') {{ $message }} @enderror
@error('email') {{ $message }} @enderror
@error('country') {{ $message }} @enderror
@error('password') {{ $message }} @enderror

or {{ __('Login') }}

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