where('order_id',$order_id)->first(); if(!$data){ return array(); } return $data->toArray(); } }