@extends('backend.app') @section('content')

All Memorials

1
BASIC INFORMATION
2
BIOGRAPHY
3
TRIBUTE
4
GALLERY
5
PRIVACY
6
FAMILY ACCESS
@csrf

Their name and place

The simple, beautiful details.

@error('family_account_id')
{{ $message }}
@enderror
@error('qr_type')
{{ $message }}
@enderror
@if(!empty($memory->profile_photo))
Profile Preview
@else
Click to upload A portrait. Square. simple.
Profile Preview
@endif
@if(!empty($memory->cover_photo))
Cover Preview
@else
Click to upload A landscape that holds their world.
Cover Preview
@endif

Cemetery Geolocation

Biography

A story of their life, achievements and memories.

Tribute of love

Write a tribute that will be displayed on the memorial page.

@if(!empty($memory->tribute_photo))
Tribute Photo Preview
@else
Click to upload The photo will be displayed next to the tribute.
Tribute Photo Preview
@endif

A gallery of memories

Upload photos that capture the beautiful moments of their life.

Click to upload

You can upload multiple files.

Who can see

Choose who can access this memorial page.

Public

Anyone can search and view this memorial card.

Private

Only invited family members can search and view this memorial card.

Family Access

Invite other family members to contribute to this memorial page.

Invited emails:
@if(!empty($memory->invited_emails) && is_array($memory->invited_emails)) @foreach($memory->invited_emails as $email) {{ $email }} @endforeach @endif
Cancel
@endsection @push('scripts') @endpush