예제 #1
0
 public function getnego()
 {
     $negocio = app\Negocio::find(Auth::user()->user->negocio);
     return response()->json($negocio->toArray());
 }