I need a concise Laravel example that shows how to wire up Intervention Image to rotate and crop uploaded images. The sample can stay minimal—no styling work is required. I wanna select up to 5 images to upload. After uploaded, I wannan se the image each by each and rotate it in 90 degrees-step. Also I wanna crop the image by drag'n'drop with a fence around the image to crop. Finally, The modified images sould be stored to the server. I also need "undo"-function while editing the image. You have to install the demo on your own server so I can test it there. After finished, I need the Git repo or zipped LAravel project. Timeline is maximum 1-2 days. Deliverables • A small Git repo or zipped Laravel project (Laravel 10+ is fine) • well-commented controller methods (or form actions) showing where Intervention Image is invoked for the upload and the edit flows • A simple Blade view for each action so I can test the flow in a browser