$live_feed->getRouteKey(), 'key' => [ 'public' => $live_feed->getPublicKey(), 'route' => $live_feed->getRouteKey(), ], 'name' => $live_feed->name, 'stream_type' => $live_feed->stream_type, 'description' => $live_feed->description, 'save' => $live_feed->save, 'deleted_at' => $live_feed->deleted_at, 'url' => [ 'public' => trans_url('livefeeds/'.$live_feed->getPublicKey()), 'user' => guard_url('livefeeds/live_feed/'.$live_feed->getRouteKey()), ], 'status' => trans('app.'.$live_feed->status), 'created_at' => format_date($live_feed->created_at), 'updated_at' => format_date($live_feed->updated_at), ]; } }