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
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
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.