@extends('layouts.app') @section('title', 'Foto importieren – NeoNail DB') @section('content')

Foto importieren

Lade ein Foto deines Nagellacks hoch – die KI erkennt Name, Nummer und Hersteller automatisch.

@csrf

Foto hierher ziehen oder klicken

JPG, PNG, WebP – max. 10 MB

@error('image')
{{ $message }}
@enderror
@endsection @section('scripts') @endsection