0
votes

before all that it was working perfectly fine but after i've updated the profile it began to show the error where there's only div present.profile.blade

and the error is error

1

1 Answers

1
votes

Instead of

{{ $users->photo_id->file }}

you should probably use:

{{ $users->photo->file }}

PS. And next time please put code into question and not put links to screenshots only.