select('id','name')->get(); } public function find($id){ return Carrier::query()->find($id); } }