@extends('index-registration') @section('content')
Kako biste nastavili s registracijom, molimo Vas unesite vašu e-mail adresu.
@elseif($registration_type == 'email')Kako biste nastavili s registracijom, molimo Vas potvrdite Vašu e-mail adresu: {{ $email }}
@elseif($registration_type == 'manual')Kako bi nastavili s ručnom registracijom, molimo Vas upišite e-mail adresu željene osobe.
@endif @else @if($registration_type == 'normal')To proceed with registration, please insert your email address
@elseif($registration_type == 'email')To proceed with registration, please confirm if this is Your email address: {{ $email }}
@elseif($registration_type == 'manual')To proceed with manual registration, please insert leads email address
@endif @endif @if($registration_type == 'email')Napomena: Ako ne vidite e-mail, možda se nalazi u neželjenoj pošti ili u smeću.
@elseif($registration_type == 'manual')Ova opcija je dostupna samo administratorima. Nijedan e-mail neće biti poslan u ovome procesu.
@endif @else @if($registration_type == 'normal')Note: If You don't see it, it might be in the junk or spam mailbox.
@elseif($registration_type == 'manual')This option is only available for administrators. No emails will be sent in this process.
@endif @endif