StaffController file
public function show($id)
{
$staffinfo = DB::table('staff')->where('user_id', $id)->get();
return view('staff.view')->with('staffinfo', $staffinfo); }
view.blade.php file.
<h1></h1>
<p></p>
Is this code right to show data from staff table in view by show($id) function?
Geting error "Property [name] does not exist on this collection instance. (View: F:\xampp\htdocs\gchsc\resources\views\staff\view.blade.php)"
from Newest questions tagged laravel-5 - Stack Overflow https://ift.tt/2FOkveK
via IFTTT
Aucun commentaire:
Enregistrer un commentaire