{{-- Ova za register --}}
@csrf {{-- plan is hidden untill there is a payment system --}} {{-- --}}

Register as a dog owner

@error('first_name') {{ $message }} @enderror
@error('last_name') {{ $message }} @enderror
@error('email') {{ $message }} @enderror
@php $countries = App\Services\CountriesService::all_countries($search = null); @endphp @error('country') {{ $message }} @enderror
@error('city') {{ $message }} @enderror
@php $how_did_you_hear_about_us = \App\Models\HowDidYouHearAboutUs::all(); @endphp @error('how_did_you_hear_about_us_id') {{ $message }} @enderror
@error('terms_and_conditions_and_the_privacy_policy') {{ $message }} @enderror
@if (Laravel\Jetstream\Jetstream::hasTermsAndPrivacyPolicyFeature())
{!! __('I agree to the :terms_of_service and :privacy_policy', [ 'terms_of_service' => ''.__('Terms of Service').'', 'privacy_policy' => ''.__('Privacy Policy').'', ]) !!}
@endif
@livewire('bot-protection.random-math-operations')
{{--
{{ __('Register') }}
--}}
@push('scripts') @endpush