@extends('themes.cp.'.setting('active_cp_theme').'.layouts.default') @section('title', 'Guest Portal') @section('content') @php use App\Services\QrCodeService; @endphp
Here you will find all the details of your guests portal, QR code to share with your guests and slideshow address for use on your wedding day
Your Links for Guest Uploads
@if ($wedding->wedding_photo)
@endif
{!! QrCodeService::getQrCodeSvg(route('takenplace::upload', $wedding->uploads_id)) !!}

You can now scan or copy your guest photo upload {{-- You can now scan or copy guest photo upload link and share it with your guests.--}}

Your Links for the Slideshow
{{--Your Assets--}}
@if ($randImageUrl = $wedding->getRandomImageFromCoupleUploadedAssets())

@endif
@push('custom-js') @endpush @endsection