@extends('emails.partials.layout') @section('title', __('emails.photobooth_uploader.subject', ['event' => $eventName])) @section('preheader', __('emails.photobooth_uploader.preheader', ['event' => $eventName])) @section('hero_title', __('emails.photobooth_uploader.hero_title', ['name' => $recipientName])) @section('hero_subtitle', __('emails.photobooth_uploader.hero_subtitle', ['event' => $eventName])) @section('content')

{{ __('emails.photobooth_uploader.body', ['event' => $eventName]) }}

{{ __('emails.photobooth_uploader.downloads_title') }}

{{ __('emails.photobooth_uploader.downloads.windows') }} {{ $links['windows'] }}
{{ __('emails.photobooth_uploader.downloads.macos') }} {{ $links['macos'] }}
{{ __('emails.photobooth_uploader.downloads.linux') }} {{ $links['linux'] }}

{{ __('emails.photobooth_uploader.credentials_hint') }}

@endsection @section('cta') {{ __('emails.photobooth_uploader.cta_windows') }} {{ __('emails.photobooth_uploader.cta_macos') }} {{ __('emails.photobooth_uploader.cta_linux') }} @endsection @section('footer') {!! __('emails.photobooth_uploader.footer') !!} @endsection