@extends('emails.parts.email_template') @section('title', $details['title']) @section('content')
Hi! {{$details['firstname']}}, @if($details['signup_step'] == 'one')You have one step left to enjoy the {{$details['appname']}} platform. Please see code below and input it on the provided field after signing up. {{$details['code']}} @elseCongratulations! You can now enjoy using {{$details['appname']}} platform. Use this qr code on every service you'll be having with us to rack up points and rewards. See you soon! {!! $details['qrcode'] !!} @endifThank you! {{$details['appname']}} Team |