@extends("front.layout.master") @section('title', __('Register') . ' | ') @section('body') @php require_once(base_path() . '/app/Http/Controllers/price.php'); @endphp
{{-- Left: brand --}} {{-- Right: form --}}

{{ __('Create account') }}

{{ __('Fill in your details to get started.') }}

@if(isset($configs) && ($configs->fb_login_enable == '1' || $configs->google_login_enable == '1' || $configs->twitter_enable == 1 || $configs->linkedin_enable == '1'))
@if($configs->fb_login_enable == '1')@endif @if($configs->google_login_enable == '1')@endif @if($configs->twitter_enable == 1)@endif @if($configs->linkedin_enable == '1')@endif
{{ __('Or sign up with email') }}
@endif
@csrf
@error('name')

{{ $message }}

@enderror
@error('email')

{{ $message }}

@enderror
@error('mobile')

{{ $message }}

@enderror
@error('password')

{{ $message }}

@enderror
@if($aff_system && $aff_system->enable_affilate == 1)
@endif @if($genrals_settings && $genrals_settings->captcha_enable == 1)
{!! no_captcha()->display() !!}
@error('g-recaptcha-response')

{{ $message }}

@enderror @endif

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

@endsection