@extends('layouts.tenant', ['title' => $photobooth->app_name]) @section('content')
app logo
restricted) /> Restricted secure URL
domain) /> Custom domain
selfie) /> Upload Selfie
take_photo) /> Take Photo
devices)) /> Desktop devices)) /> Mobile devices)) /> Tablet
photo_size === 'Square') /> Square photo_size === 'Portrait') /> Portrait
augmented_reality) /> Enabled
AR files @foreach ($photobooth->augmentedRealities as $augmentedReality)
@endforeach
frames) /> Enabled
frame_orientation === 'Square') /> Square frame_orientation === 'Portrait') /> Portrait
@foreach ($photobooth->media->whereIn('collection_name', [$mediaCollections::FRAME_SQUARE->value, $mediaCollections::FRAME_PORTRAIT->value]) as $item)
@endforeach
{{-- Tenant Assets and Admin Assets pending --}}
is_backdrop_enabled) /> Enabled
@foreach ($photobooth->getMedia($mediaCollections::BACKDROPS->value) as $item)
@endforeach
{{-- Tenant Assets and Admin Assets pending --}}
is_sticker_enabled) /> Enabled
@foreach ($photobooth->stickers as $sticker)
- {{ $sticker->model?->name }}
@endforeach
{{-- Tenant Assets and Admin Assets pending --}}
filter) /> Enabled
@foreach ($photobooth->filters as $filter)
- {{ $filter->name }}
@endforeach
{{-- filters[] dynamic TBD --}}
@endsection