record = session('created_record') ?? [ 'title' => 'Test Photo', 'uploaded_by' => 'Anna-Sara', 'captured_at' => '2026-04-05', 'lat' => '59.3293', 'lng' => '18.0686', 'desc' => 'A test description', 'story' => 'A longer story about this photo.', ]; } }