$body->getRouteKey(), 'key' => [ 'public' => $body->getPublicKey(), 'route' => $body->getRouteKey(), ], 'id' => $body->id, 'name' => $body->name, 'icon' => $body->icon, 'count' => $body->count, 'slug' => $body->slug, 'created_at' => $body->created_at, 'updated_at' => $body->updated_at, 'deleted_at' => $body->deleted_at, 'url' => [ 'public' => trans_url('autos/'.$body->getPublicKey()), 'user' => guard_url('autos/body/'.$body->getRouteKey()), ], 'status' => trans('app.'.$body->status), 'created_at' => format_date($body->created_at), 'updated_at' => format_date($body->updated_at), ]; } }