$coin->getRouteKey(), 'key' => [ 'public' => $coin->getPublicKey(), 'route' => $coin->getRouteKey(), ], 'name' => $coin->name, 'Label' => $coin->Label, 'status' => $coin->status, 'fee' => $coin->fee, 'description' => $coin->description, 'url' => [ 'public' => trans_url('coins/'.$coin->getPublicKey()), 'user' => guard_url('coins/coin/'.$coin->getRouteKey()), ], 'status' => trans('app.'.$coin->status), 'created_at' => format_date($coin->created_at), 'updated_at' => format_date($coin->updated_at), ]; } }