controller
unknown
php_laravel_blade
4 years ago
197 B
5
Indexable
public function goprofile($id) { $user = DB::table('users')->where('id',$id)->first(); $fols = Follows::find($id); return view ('userprofile',compact('user','fols')); }
Editor is loading...