@vite(['resources/css/app.css', 'resources/js/app.js'])
Professional Photography

Capture Your Special Moments

Effortless photo search for any occasion using advanced face recognition technology.

@auth @if(auth()->user()->is_user == 1) Go to Momentify @else Go to Dashboard @endif @else Get Started @endauth Our Services

Event Collections

Browse through our event folders and find your memories using face recognition

@if($events->isNotEmpty())
@foreach($events as $event)
{{ $event->cover_image }} {{ $event->event_name }}

{{ $event->event_name }}

{{ \Carbon\Carbon::parse($event->date)->format('M d, Y') }}

{{ $event->event_place }}

{{ \Carbon\Carbon::parse($event->time)->format('g:i A') }}
@auth View Photos @else Login to View @endauth
@endforeach
@else

No events available at the moment.

@endif
@yield('content')
@stack('scripts')