Skip to content
Advertisement

Undefined variable: users (View: /home/laravel/web/laravel.swt101.eu/public_html/abonamenty/resources/views/products/edit.blade.php) [closed]

Firstly i made laravel relations in models and foreign key. My foreign key is user_id.

This is part of my view witch generate error:

This is controller method for this view

Advertisement

Answer

You are using ‘user’ not ‘users’ in your compact function. Also your variable is defined as $user not $users. It should be like this:

User contributions licensed under: CC BY-SA
1 People found this is helpful
Advertisement