$bountysystem->getRouteKey(), 'key' => [ 'public' => $bountysystem->getPublicKey(), 'route' => $bountysystem->getRouteKey(), ], 'bounty_bonus' => $bountysystem->bounty_bonus, 'url' => [ 'public' => trans_url('bountysystem/'.$bountysystem->getPublicKey()), 'user' => guard_url('bountysystem/bountysystem/'.$bountysystem->getRouteKey()), ], 'status' => trans('app.'.$bountysystem->status), 'created_at' => format_date($bountysystem->created_at), 'updated_at' => format_date($bountysystem->updated_at), ]; } }