@extends('frontend.layouts.master') @section('meta_title', 'Register'. ' || ' . $setting->app_name) @section('contents') {{ __('Create Your Account') }} {{ __('Hey there! Ready to join the party? We just need a few details from you to get') }}{{ __('started Lets do this!') }} @if($setting->google_login_status == 'active') {{ __('Continue with google') }} {{ __('or') }} @endif @csrf {{ __('Full Name') }} {{ __('Email') }} {{ __('Password') }} {{ __('Confirm Password') }} @if (Cache::get('setting')->recaptcha_status === 'active') @endif {{ __('Sign Up') }} {{ __('Already have an account?') }}{{ __('Login') }} @endsection
{{ __('Hey there! Ready to join the party? We just need a few details from you to get') }}{{ __('started Lets do this!') }}
{{ __('Already have an account?') }}{{ __('Login') }}