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