at what web address do you access the index page? It its at http://localhost/bluedrive/drive
< img class="getImage" src="http://localhost/bluedrive/drive/uploads/1/DSC_8816.jpg">;
or its at http://xxx try
< img class="getImage" src="http://xxx/uploads/1/DSC_8816.jpg">;
also how do you get the location of image in view, best way is
< img class="getImage" src="{{ asset('uploads/1/DSC_8816.jpg') }} ">;