/* <img src="{{$users['image']}}" /> */
Where $users['image'] is the field of table where I store the firebase image URL.
$users['image']
Access it like so if an user is logged in:
<img src="{{Auth::user()->image}}" />