Image not show in browser with Lumen Api

I use Lumen to get images and show in browser, my code in controller is : use Illuminate\Support\Facades\File; $photo = $this->uploadFile->get_by_photo($photo, ['filename']); $p...