© 2026 Hedgehog Software, LLC
The mountedActionsData.0.photos.58524194-e822-43c6-b894-fb6b06a72306 failed to upload.
Section::make('Media') ->icon('heroicon-o-photo') // Add icon to section ->description('Upload photos of the WiFi equipment.') ->schema([ FileUpload::make('photos') ->image() ->panelLayout('grid') ->reorderable() ->appendFiles() ->openable() ->downloadable() ->multiple() ->maxParallelUploads(10) ->directory('wifi-photos') ->imageResizeMode('cover') ->imageCropAspectRatio('16:9') ->imageResizeTargetWidth('1920') ->imageResizeTargetHeight('1080') ->required() ]),